jbrunton / frappuccino-core

2 stars 3 forks source link

Is it necessary to have module + mixin for each aspect of object model? #13

Open jbrunton opened 12 years ago

jbrunton commented 12 years ago

E.g. DependentModule / DependentObject, EventsModule / EventObject.

On the one hand, modules are convenient as they can be mixed in to any existing classes (and are therefore more instantly usable in existing inheritance trees).

On the other hand, they give complexity to the object model, and confuse the docs.