Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (8 loc) · 306 Bytes

Coding_convention.md

File metadata and controls

8 lines (8 loc) · 306 Bytes

Code convention

  • Add // comments to make code more human-readable
  • 4 spaces for indentation (no tabs)
  • 80 character line length strongly preferred
  • Prefer ' over "
  • ES6 syntax when possible
  • Use semicolons; beyond linter
  • Avoid abbr wrds