Skip to content
Per Djurner edited this page Aug 25, 2016 · 37 revisions

Current rules:

  • Avoid lines longer than 120 characters when possible.
  • Put opening curly brace on same line as function, e.g: public void function x() {

New suggestions for discussion:

  • No indentation needed after <cfscript> tag.
  • Blank line before comment when it's not at the start of a block.
  • Default arguments should have spaces, e.g.: string action = ""

Clone this wiki locally