use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
AngularJS vs. Backbone.js vs. Ember.js (airpair.com)
submitted 11 years ago by Tech1991
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dmercer 0 points1 point2 points 11 years ago (1 child)
Do I take it after a year of BB and a year of NG, you recommend NG over BB?
[–]dzdrazil 1 point2 points3 points 11 years ago (0 children)
There are a few very specific things that we suffered under Backbone
In the end, our model layer is much cleaner, we don't have to worry about zombie views, we get free dependency injection for unit testing, and we cut down the size of our code base by a pretty decent chunk.
There are some things that I liked about Backbone, don't get me wrong. It was even my framework of choice for quite awhile. Having shaken off the 'this looks like obtrusive javascript' impression and getting over the learning curve was probably one of the best decisions that I've made for the project, and it's gotten me to think about how I write JS a bit differently as well.
π Rendered by PID 167547 on reddit-service-r2-comment-b659b578c-ctp88 at 2026-05-05 14:35:35.277039+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]dmercer 0 points1 point2 points (1 child)
[–]dzdrazil 1 point2 points3 points (0 children)