Maintaining an Ember Application at Scale
Ember is already a super opinionated framework, so why do we still have so many ways to do one thing? While Ember is the ideal framework for large distributed teams, since it comes with everything built in, we still need keep code consistent and healthy for all the edge cases and special scenarios. That can be hard when its scaled to hundreds of engineers supporting millions of users, since every engineer is like “don’t tell me how to do this!” We will look into how we handle …