Skip to content

Files

Latest commit

e5532a1 · Jan 14, 2015

History

History
This branch is 277 commits behind thoughtbot/guides:main.

backbone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 14, 2015
Jan 14, 2015

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.