style ColdFusion Code Review Rules
style
-
Pound Sign # Usage
Pound Signs only need to be used in CFSET or CFIF Tags when they are contained within qoutes. They also have slight performance implications.
-
Missing End Tags
Closing tags are recommended on tags such as li, and option.
-
Quoted Numerals
Quotes are not needed around numbers in expressions.