|
|
|
|
|
by Bahamut
4473 days ago
|
|
I'm a huge fan of dependency injection, it makes life infinitely better when designing your code & testability. That said, I'm somewhat sympathetic to this complaint - it turns me off towards Backbone. However, I argue that it isn't nearly as bad as views with Backbone. In addition, this is changing in 2.0 with a much cleaner injection mechanism. |
|
Backbone views has nothing to do with this, imo.
The thing I miss the most when using backbone, and I use it a _LOT_, is observables. Binding and unbinding model events can get really tedious.
Marionette really does help for that, but this stuff can still get out of hand.