@Rup1 wrote:
I’m a beginner going through the ember guides hoping to understand how my company’s ember app works. The main idea behind ember is “convention over configuration” yet for every convention mentioned in the guides, my company’s repo for our app does not follow that conventtion. For example the app/templates folder has not been touched in 3 years, so when the guides say “to show something on every page, we can use the application template at app/templates/application.hbs” this doesn’t apply to us. Anything said about the router folder also doesn’t apply to our app because the routes folder also hasn’t been touched in 3 years and is empty. Same with the models folder, components folder and the controllers folder. None of these are being used.
Does this mean our development team is not using ember the “ember way” (i.e, the proper way) or are the famous ember conventions as outlined by the guides, widely flouted by developers?
Posts: 2
Participants: 2