Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 255 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 255 Bytes

Good code styling

  • When using String, use "" instead of ', if it's possible
  • If and else statement must be formed by { and }
  • Don't use spaces, use tab
  • In every statement, use at the end
  • Comparations of String and int make with === or !==