|
|
ASP Naming Conventions |
|
|
Nannette Thacker |
|
|
ASP / References |
|
|
Click to Visit |
|
|
127 |
This naming conventions article helps ASP programmers to use the standard naming conventions for variables in ASP. If you use string variable in code then you can add str as prefix to the variable name to easily identify the datatype. It is better to use long prefix and singular names. This method helps users to elimate bugs easily.
|