Hacker News new | ask | show | jobs
by SonicSoul 3923 days ago
Interestingly I've heard similar sentiments from Ember developers, mainly that it is much more 'opinionated' than Angular.

In my experience with Angular there is a pretty clear logic on how to structure code. I suppose that logic is not enforced so there is nothing to stop developers from just cramming all code into index.thml. Being a dev manager I've adopted feature structure [0] and it has worked quite well across all our apps.

Furthermore there is pretty clear distinction on what kind of logic should be included in controller vs service vs factory vs module. This has made writing unit tests a breeze in my experience.

I'd be curious to hear what Ember constructs exist that helped you so much.

[0] http://www.johnpapa.net/angular-growth-structure/

1 comments

I'm a bit behind on this thread and I am an Angular guy myself, but I think Ember is moving this direction.

http://www.programwitherik.com/ember-pods/