GeppettoJS / backbone.geppetto

Bring your Backbone applications to life with an event-driven Command framework.
http://geppettojs.github.com/backbone.geppetto/
MIT License
203 stars 28 forks source link

Updated README. #26

Closed toonketels closed 11 years ago

toonketels commented 11 years ago

Updated the README by removing the term "Dependency Injection" as I found it quite confusing.

Dependency injection means the data is only injected when the object states it as a dependency. The current implementation always inject the data, whether the command needs it or not.

This may confuse other readers of the doc too.

geekdave commented 11 years ago

Makes sense--thanks!