Coding the Angular Tutorial App in Backbone
blog.42floors.com
Coding the Angular Tutorial App in Backbone
1–10 of 71 posts
Re: Coding the Angular Tutorial App in Backbone
#2Re: Coding the Angular Tutorial App in Backbone
#3Re: Coding the Angular Tutorial App in Backbone
#4I love angular as much as the next person, but comparing two frameworks by LoC does not do much to move the discussion along.
Re: Coding the Angular Tutorial App in Backbone
#5Please fix the URL to "PhoneCat tutorial app" you're pointing to angular.org not angularjs.org
Re: Coding the Angular Tutorial App in Backbone
#6A better comparison would be Angular vs Backbone Marionette or vanilla Angular (no pre-built directives) vs backbone. I'm looking at you ng-repeat. I love angular as much as the next person, but comparing two frameworks by LoC does not do much to move the discussion along.
Re: Coding the Angular Tutorial App in Backbone
#7Re: Coding the Angular Tutorial App in Backbone
#8If I'm working with a RESTful backend API I use Backbone, if not I use Angular. Does anyone use a different criteria?
I'll admit I don't really like Backbone much though.
Re: Coding the Angular Tutorial App in Backbone
#9Backbone is terribly devious in that it tricks you into thinking that it is unrestrictive and unopinionated. Backbone manages state with mutable models and model change callbacks, so Backbone's opinion naturally is that models and change callbacks are a good way to organize your application. "I want to write hundreds of callbacks to keep everything in sync" said no UI developer ever.
Re: Coding the Angular Tutorial App in Backbone
#10You can cherry pick examples that make either framework look better. Furthermore, LOC isn't the only factor in framework choice, and it certainly isn't the most important.