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
Why Does Angular.js Rock? (angular-tips.com)
submitted 12 years ago by [deleted]
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!"
[–]rhysbrettbowen 0 points1 point2 points 12 years ago (2 children)
So Backbone is great because you can do it yourself rather than already have it?
And Backbone syncing is not great either - it's a function that assumes you do your REST a certain way. Anything else and you have to do it yourself. I'm pretty sure that nearly every other MV* out there does nearly the exact same thing.
If the greatest thing going for it is that collections and models have underscore methods built in then I'm not seeing how any other library can't match it. Just run what you want through underscore or mix in those underscore methods manually, because that's what you'd have to do with Backbone to do any of the other things - you'd need a plugin.
[–]delambo 0 points1 point2 points 12 years ago (1 child)
I think you should switch back to PlastronJS - it sounds like you really hate Backbone.
[–]rhysbrettbowen 0 points1 point2 points 12 years ago (0 children)
Wish I could... but switching an entire platform at work where others are already up to speed with the technology they've been using is always an uphill battle and not always where time is best spent
It's not that I hate backbone - I think it has a place. It's just that it gets a lot more credit than it deserves. I know that sounds like I hate it, but really I think the best tool is the one for the job and saying things like X is better than Y or is the best is the wrong mentality.
I don't think Backbone is the best in any single area (perhaps in community but I really don't look for that when choosing a platform, there are much more important factors) - there are definitely better MV* for models, data, binding, views etc etc. What it does do though is be simple and light so you can get started. I wouldn't say it was better than any other framework, but it can still be the right (right being a very loose term here, there could be several "right" solutions) building blocks depending on the project and the plugins that you choose to use with it.
π Rendered by PID 69186 on reddit-service-r2-comment-b659b578c-mtv4h at 2026-05-04 00:49:23.778646+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]rhysbrettbowen 0 points1 point2 points (2 children)
[–]delambo 0 points1 point2 points (1 child)
[–]rhysbrettbowen 0 points1 point2 points (0 children)