Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 502 Bytes

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