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

14 pointsby eskimoblooodover 10 years ago

1 comment

mcvover 10 years ago
The vendor lock-in is simply false. Yes, it comes from Google, but it&#x27;s open source and easily forked.<p>The main thing I like about Angular is the totally different approach to programming: it&#x27;s much more declarative than the verbose imperative style of JQuery and many others. You can do great things in very little code sometimes.<p>The main downside is that a lot of the concepts are really quite complicated and badly explained. I still don&#x27;t quite get why &#x27;@&#x27; and &#x27;=&#x27; are so fundamentally different, and how is &#x27;&amp;&#x27; supposed to work. Most often, I need something that is not quite either of these, so I still end up adding my own $watchers and converting all the strings back to the type I actually need.
评论 #8423209 未加载