nytimes / backbone.stickit

Backbone data binding, model binding plugin. The real logic-less templates.
MIT License
1.64k stars 176 forks source link

bblatest branch / listenTo refactor question #316

Open bazineta opened 7 years ago

bazineta commented 7 years ago

The 'bblatest' branch contains an old refactoring to use listenTo().

https://github.com/NYTimes/backbone.stickit/commit/ffd912a589f6417966cd7a0b150cece365a97333

Seems like a real simplification; I am curious as to why this didn't go anywhere -- i.e., was there some issue with the approach that would preclude existing functionality.