Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 276 Bytes

CONVENTIONS.md

File metadata and controls

10 lines (8 loc) · 276 Bytes

CONVENTIONS

Coding best practices for Sapling code.


  • Use Coffeescript for scripts
  • Use Less for styles
  • Use Jade for templates
  • Alias $scope to s within controllers.
  • Capitalize variable and method names to indicate that they are public, i.e exported.