DEV Community

Discussion on: Share good resources to start with Ember.js

Collapse
 
kerryboyko profile image
Kerry Boyko

I will say that working with Ember.js was one of the most unpleasant experiences I had in my career. I would recommend rejecting this client unless the ask is to refactor onto a different codebase.

The problem with Ember is that it relies on tightly-coupled code, variables on a constantly mutating "this" object, which makes it near impossible to track down bugs, and almost certainly violates both the Object Oriented principles of encapsulation and the functional programming principles of no side effects.

Seriously, you will be pulling your hair out. Most tellingly, in the State of Javascript, 70% of respondents who had previously used Ember would never use it again. (src: 2019.stateofjs.com/front-end-frame... ) And only 11% had used it at all. It is a dying framework and learning it will neither increase your skills with Javascript generally nor give you an employable skill for the future. Steer far clear.

Collapse
 
yvonnickfrin profile image
🦁 Yvonnick FRIN • Edited

Thank you for sharing 👍

I will not be as categorical. I have been developing apps with React since 4 years for various customers and teams. In these experiences, I struggled to set up practices like pair-programming, testing, code reviews, ... For this customer I will work for have mature teams that embraces these practices and work for public service (I used to work a lot for banks and insurance). So working with the framework you like or the one who respect the best coding principles is nice but on daily basis there are other aspects that could be taken in account when it comes to choosing a customer.