My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany

ColdFusion Code Review Rules


  • Use of ParameterExists
    The ParameterExists function has been deprecated since CF4, use IsDefined("var") instead
  • 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.
Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement