Live data from Hacker News

Diving into AngularJS

floatleft.com

1–10 of 48 posts

Re: Diving into AngularJS

#3

With all the attention Ember is getting lately I'm glad to see Angular getting some attention.

Ember tends to go completely forgotten aside from a small burst of activity yesterday.

Speaking of which, I started a project in Ember and quickly encountered the primary reason why it is dangerous to change conventions and APIs -- searching for basic information on how to do certain things brings me to various StackOverflow posts, etc, most of which are just entirely wrong now.

Re: Diving into AngularJS

#4
I tend to dive a lot into a source code when I am working with a library. You always have missing spots in documentation but you can actually know what's going on by reading the code. This is one of the reasons I am super comfortable with Backbone.

However I cannot comprehend Angular's source code on github. Can anyone give me pointers on where to start reading it and/or how it's organized?

Re: Diving into AngularJS

#7
The first feedback I always heard from new angularjs developer is: "A completely different approach that I've seen before... it's so productive".

Great blog post :)

Re: Diving into AngularJS

#8

With all the attention Ember is getting lately I'm glad to see Angular getting some attention.

Ember tends to go completely forgotten aside from a small burst of activity yesterday. Speaking of which, I started a project in Ember and quickly encountered the primary reason why it is dangerous to change conventions and APIs -- searching for basic information on how to do certain things brings me to various StackOverflow posts, etc, most of which are just entirely wrong now.

It's worth noting that stackoverflow has some wiki blood in it; if an answer is out of date, you can edit it.

Re: Diving into AngularJS

#9
post #7

The first feedback I always heard from new angularjs developer is: "A completely different approach that I've seen before... it's so productive". Great blog post :)

It shares a lot of principles with Apache Flex. It's seen huge uptake by expat Flash platform devs.

After a year on a large project using Angular, I'm loving it more every day.

Post reply on HN