ASP Best Practices

Next Topic

Constant Names

Use all uppercase when naming constants to distinguish them from other elements. An underscore can be used to separate terms when necessary.

Example:

Const MIN_QUAL = 25