7 ms·
Why should you use CoffeeScript instead of JavaScript?
- autokad 12y agoyou shouldn't.
- AdrianRossouw 12y agoMy rule of thumb is that coffeescript is inappropriate if your code is ever going to be require()'d by anybody else. I've had lots of fun using CS for code that ultimately was for myself only.