Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 249 Bytes

Backbone

Sample

  • Organize all objects in one window.App namespace.
  • Name collections the plural version of the model.
  • Name models without a suffix.
  • Name the router App.Router.
  • Name views with a View suffix.