Skip to content

Latest commit

 

History

History

commenting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Commenting

  • For inline comments, double-slash comments (//) should be used
  • Inline comments should have no indentation, starting from column 1
  • Inline comments can span multiple lines, prefixed with the double-slash
  • Block comments should only be used to provide class and method documentation in the form of doc blocks
  • Comments, along with docblocks, should be sparse and punchy to avoid stale documentation