Slide 21
Slide 21 text
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