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.

AngularJS (Google-produced JS Framework)

12 pointsby damncabbagealmost 13 years ago

3 comments

ludicastalmost 13 years ago
Angular is a tremendous framework. It performs great, is engineered for testing, and leads to very clean code that is 1/3 the backbone equivalent.
dmboydalmost 13 years ago
Aside from the NIH'ism which undoubtedly started this, This looks pretty nice and its very well documented.
dos1almost 13 years ago
I can't quite tell why someone would want to use this framework over Knockout. The Knockout documentation is quite a bit more thorough and the two way binding looks to be more robust.<p>Also, both Knockout and Angular require that you add non-standard attributes to your markup. Whatever happened to separation of concerns? Having used both Knockout and Backbone, I find Backbone's separation of JS and HTML to be a major benefit. Not to mention two way binding is a neat trick, but often what I'm really after is a decent structure to hang my custom script on so I can keep it maintainable. A lot of the code I wrote using Knockout is almost impossible to follow a few weeks later.
评论 #4016730 未加载
评论 #4016499 未加载