Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 311 Bytes

style_guide.md

File metadata and controls

8 lines (8 loc) · 311 Bytes
  • 4 spaces for indentation
  • Use semicolons
  • Use single quotes
  • Opening braces go on the same line
  • Use lowerCamelCase for variables, properties and function names
  • Use UpperCamelCase for class names
  • Use the === operator for conditionals
  • Use slashes for comments