Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 225 Bytes

STYLEGUIDE.md

File metadata and controls

10 lines (10 loc) · 225 Bytes

Team Sao Paulo

Style Guide

Type Style
Variables camelCase
Functions UpperCamelCase
Constants UPPER_CASE
  • Use 4 space indent
  • use good, descriptive variable names
  • Please make sure to comment as you go!