Why should you use CoffeeScript instead of JavaScript?
1–3 of 3 posts
Re: Why should you use CoffeeScript instead of JavaScript?
#2you shouldn't.
Re: Why should you use CoffeeScript instead of JavaScript?
#3My 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.