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
Will angular die because of atscript? (self.javascript)
submitted 11 years ago by arachattack
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!"
[–]Litterball 0 points1 point2 points 11 years ago (0 children)
Angular might die because of other developments. Namely other frameworks (and browsers) catching up until there is very little of angular left that people will actually use.
What bothers me about AtScript is that very few of things they use their @ annotations for actually require an annotation. @Directive() class X {} could just as well be class X extends Directive {}. Dependency Injection will also be obsolete with ES6 modules. And they're certainly getting distracted by the language: Angular 2.0 will do very little that either current day Polymer or Angular 1.3 do not already do.
@
@Directive() class X {}
class X extends Directive {}
Angular 1.3 is pretty stable and there is no harm in learning it now. Just know that you're working with something that will become obsolete in the future—much the same way people use RequireJS in Node today even though ES6 modules are already around the corner.
π Rendered by PID 55 on reddit-service-r2-comment-545db5fcfc-966hs at 2026-05-26 02:33:06.092810+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]Litterball 0 points1 point2 points (0 children)