You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is a good idea because it gives the impression that Marionette is extending Model and Collection as is doing for View. It might be confusing because people won't find anything about Marionette.Model in the docs (except that it is aliased).
Other downside is that it might cause incompatibilities with plugins that act on the Model/Collection department (the plugins might be expecting to have a reference to Backbone.Model).
Why not? This way people can just use the
Marionette
object and not even worry about Backbone.This will tidy up people's code, and I think it makes Marionette feel more standalone, and less like an extension.
If we do this, we might also consider renaming
Marionette.View
toMarionette.BaseView
, or something.The text was updated successfully, but these errors were encountered: