
For quite some time, CoffeeScript has been the first choice for many developers who didn’t want to deal with the awkward Java-esque patina. But now with Babel, it is probably time to reconsider. Here follows a few bullets on why I think it is time to make the move to ES2015.
CoffeeScript can be said to have a very expressive syntax, meaning that more can be written with less code. This can be extremely nice since it raises the speed of writing an app. However, compact code comes at the cost of readability for team members that are not as familiar with CoffeeScript. As an effect, CoffeeScript lacks consistent style of writing.
ES2015 has become increasingly popular thanks to tools such as Babel and Webpack. It is now just as easy as using CoffeeScript. Thanks Babel!
The community around ES2015 is big. That community is pumping out a lot of great developing tools around ES2015.
It is fun being part of new technologies, and using them at work is a big motivator for many. Even in terms of recruitment this is a big plus. ES2015 with React sound a lot more exciting then Backbone/jQuery. Doesn’t it?