|
|
|
|
|
by jaredhanson
4788 days ago
|
|
This looks really great! One thing really bothers me however: a dependency on all of Backbone. Pulling in a bunch a view-related code for an ORM has a certain code smell. Is there any effort to modularize Backbone itself, so that Bookshelf can only depend on the model and collection pieces? |
|
It's definitely something I'll begin to look into a bit, possibly splitting up the Backbone components into a separate library specifically for Bookshelf, similar to lodash's custom build process. If you have any ideas for a good way to go about this, feel free to open a ticket.