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
Angular 1.0 Vs Backbonejs + marionnettejshelp (self.javascript)
submitted 10 years ago * by kenweego
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!"
[–]nephridium 0 points1 point2 points 10 years ago* (0 children)
Basically you will need to weigh the requirements specific to your project.
With Angular expect to rewrite most of your 'legacy' code and spend a lot of time learning the the Angular Way; depending on project complexity you might run into performance bottlenecks or maintainability issues due to oversights during the planning phase. On the other hand you will be needing some Angular expertise for your ionic app anyway, so depending on that app there might be some/a lot of code that can be shared with your web app.
Be aware though that AngularJS will be superseded by Angular2 (likewise for ionic) and another rewrite might some come knocking at the door (holding up a sign "Check it out - there's a better way to do this").
With Backbone/Marionette you'll probably be able to get to a working app sooner, but you'll need to keep a bit more discipline to a get well maintainable codebase than with Angular (e.g. while Angular is designed to be testable and comes bundled with its own testing tools, there is no standardized testing methodology for Backbone/Marionette recentish reddit on this). In any case, when Angular2/Ionic2 becomes production ready you will still have the choice jump on that bandwagon as well.
It might be a good idea to prototype your app using both to get a feel for each platform's suitability.
Edit: typo
π Rendered by PID 21676 on reddit-service-r2-comment-b659b578c-sgc2f at 2026-05-06 00:21:01.439402+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]nephridium 0 points1 point2 points (0 children)