Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 326 Bytes

models.md

File metadata and controls

5 lines (3 loc) · 326 Bytes

Models and Collections

Essentially, the goal is to encapsulate entities with behavior within structures known as models, and to group sets of these entities with behavior into structures called collections.

If you're familiar with Backbone.js, you'll notice that much of the inspiration for this approach comes from there.