Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 469 Bytes

File metadata and controls

22 lines (14 loc) · 469 Bytes

Code Quality

Design patterns

  • Existing patterns followed where possible.
  • Anti-patterns avoided where possible.

Linting

  • No linting errors.
  • Any disabled linting rules are justified.

Documentation

  • Code comments provide information above and beyond what can be inferred from the code.
  • No spelling or grammar errors.

Exception handling & logging

  • No console errors or warnings.
  • Errors are handled consistently.
  • Messages are consistent.