I was checking Ember 1.10 release post, and stumbled upon an interesting deprecation: http://emberjs.com/blog/2015/02/07/ember-1-10-0-released.html#toc_notable-deprecations
Setting the childViews property on a view definition is deprecated in 1.10.
Of course this doesn't affect this project because we're not using Ember Views.
However, since they were one of the motivations, we should stick with their best practices as much as possible. Also, it would be easier for Ember users.
I'm opening this issue for a discussion on this matter.
I was checking Ember 1.10 release post, and stumbled upon an interesting deprecation: http://emberjs.com/blog/2015/02/07/ember-1-10-0-released.html#toc_notable-deprecations
Of course this doesn't affect this project because we're not using Ember Views.
However, since they were one of the motivations, we should stick with their best practices as much as possible. Also, it would be easier for Ember users.
I'm opening this issue for a discussion on this matter.