We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)
if
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
if (!oneError) {
TRY to #ref relevant Github issues in your commit messages