Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Latest commit

 

History

History
 
 

backbone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.