|
|
|
|
|
by tlrobinson
4695 days ago
|
|
What overhead? If you mean performance, there's actually basically no runtime performance overhead in most cases. In fact, if you use CoffeeScript's "for" loops have a performance advantage over JavaScript Array's map()/forEach() methods. I used to have a similar opinion but was forced to use CoffeeScript on a project and haven't looked back. |
|
The overhead of tooling, extra dependencies, debugging complexities and new syntactic constructs.
If you're going to pay for all that, why not bite the bullet and use a language which actually improves the states of things and adds useful semantics?