Skip to content
Rowan James edited this page Jun 11, 2013 · 1 revision
  • DO use Github pull requests

  • DO use locally-consistent indent/brace styles. There's no overall project style (at the moment)

  • DO use braces for every conditional block (no one-line ifs)

  • TRY to use 'modern' syntax for collection literals, etc.

  • TRY to check-for-errors and log/return early instead of nesting deeply into if (!oneError) { blocks

  • TRY to #ref relevant Github issues in your commit messages

Clone this wiki locally