Hacker News new | past | comments | ask | show | jobs | submit login

It looks like Backbone is used for the event model



That's confusing... it's Backbone's event model basically just an Event Emitter? Is there some special functionality that warrants bringing in all of Backbone vs. just using one of the millions Event Emitter libraries that are out there. You can even get just Backbone's models if that's what you want.


No. There isn't.

Source: I've ported most of the whole thing to pure angular.js. The code is riddled with UI elements directly being injected based on events, where it could have been a service API.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: