Hacker News new | ask | show | jobs
by laureny 4827 days ago
That's something I could have written a few months ago before discovering Angular.js. Now, I have no reasons and no desire to go back to Ember.
1 comments

The main reason why I'm considering giving ember another shot is discourse (discourse.org), which is a pretty large open-source app written in rails and ember. Having a large app that one can reference is pretty invaluable. I'm not aware of any larger apps written in angular.
I can't say specifically how any of these compare in size to Discourse, but there are a number of apps listed here:

http://builtwith.angularjs.org/

Yeah, I'm aware of that site but most of the apps are kind of small.
Google Places and Google DoubleClick use it (larger than discourse will ever be :).
Sure, but neither is open source.
what's the metric that would be good enough? if it's size, google places and doubleclick are bigger than discourse. if it's open source, builtwith.angularjs.org lists more open source code than a single app, that is discourse.
He is talking about having a large open source application that you can browse the code to see how things get structured. A simple TODO app and a real-world app are very different, and most TODO apps would turn into spaghetti code.

Plus it is nice to see the little tricks that are done to make the code more readable or improve the overall design.

A large, open source app. For evaluating how to solve big-app problems, size, on its own, is meaningless, except to show that the hard problems can be done, because it doesn't show how; and open-source, on its own, is meaningless, because it doesn't run into those problems. So adamnemecek needs both to fit his query.
Both are my metric? Is that not obvious? I'd like to see a large scale production ready application that I can learn from. The open source apps from builtwithangular are pretty useless since they are all just slightly more complex than a todo list.