-
-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiment with restructuring app into pods #31
Comments
For my reference: http://cball.me/organize-your-ember-app-with-pods |
Maybe this should wait for some progress on #4. Will be easier to refactor if there are tests to detect/prevent breakage. |
Had a bit of a play with the pods structure and I don't think it makes sense to do right now, because not everything (almost nothing) fits nicely into the pod format. e.g. components are in a lot of sub-directories, share templates, etc. So maybe in the future as the app structure fleshes out more, but not right now. |
This is the way Ember 2.0 is heading, and it's probably a better structure for a large-scale app like this. ember-cli documentation contains some info about it.
The text was updated successfully, but these errors were encountered: