ColdFusion Programming Tips for ColdFusion Developers
Know the rules for naming variables.
The golden rule concerning naming variables in your ColdFusion applications is simple:
Variable names must begin with a letter and can contain only letters, numbers, and the underscore character.
In addition to these two rules, there are several additional guidelines that you should follow to minimize potential problems in your applications:
Variable names [...]

