ColdFusion Programming Tips for ColdFusion Developers
Filed in ColdFusion Developer, ColdFusion Programming, ColdFusion Programming Tips, Others on Feb.18, 2009
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 [...]

