TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What's wrong with Angular.js

16 pointsby bceagleover 10 years ago

4 comments

rhofmeyrover 10 years ago
I&#x27;m by no means an Angular fan (similar to the author I use Closure Tools and React where I can), and while I agree with some of Daniel&#x27;s points, there are some untruths in that document:<p>&quot;8. Google does not use Angular in production for their flag apps like Gmail or Gplus.&quot;<p>Angular is newer than Closure, so this is to be expected. Google does however use Angular for certain newer web properties, e.g. the Google Developer Console (App Engine, Compute Engine etc.).<p>&quot;9. Vendor lock. And because Google does not use Angular in production, they can kill Angular anytime. You know that Google is still kind of agile company, not having a problem to kill any project despite it’s used by milions people.&quot;<p>As mentioned in point 8 above, Google does use Angular, both in production and internally. Furthermore Angular is open source  and has a thriving community -  Google can’t &quot;kill&quot; it in the way it could end-of-life Google Reader. Rather, there is also a precedent for the opposite - GWT. Google turned ownership of GWT over to a steering committee and is still heavily invested and a a major contributor.
jscheelover 10 years ago
Everything is wrong with AngularJS. It&#x27;s a horrible framework that should be banished to the hell from which it came. It makes absolutely everything more complicated and obscure that necessary. I can&#x27;t stand it.
ewzimmover 10 years ago
While I won&#x27;t say Angular has no issues or that these are all invalid arguments, I think this should start rather than end with the explanation that the author develops a rival framework.
kuni-toko-tachiover 10 years ago
Angular is a bad framework, like GWT and JSF before it. Angular is the equivalent of SOAP, needlessly complicated and difficult to reason about. You can tell that Angular started out as a nifty two way binding novelty that grew into a framework and overstayed it&#x27;s welcome. Most webapps do not need two way binding, and the page based metaphor, like REST, just works.