Things outside views
Put things in your view class code as much as possible.
Backbone Patterns
Model patterns
Bootstrapping data
View patterns
Inline templates
JST templates
Partials
Animation buffer
Sub-views
Delegate views
General patterns
Mixins
Conventions
Naming convention
Namespace convention
RequireJS and AMD
Anti-patterns
document.ready abuse
Things outside views
Event handlers outside views
Other links