Slide 22
Slide 22 text
Step 1/6
Enforce conventions and
write readable code
Define how and where to create models/views, fetch
data, render views, subscribe to events, clean up etc.
Extend the core classes of Backbone
(Model, Collection, View)
CoffeeScript class hierarchies with super calls
as well as object composition
CollectionView for rendering collections automatically