Hacker News new | ask | show | jobs
Why should you use CoffeeScript instead of JavaScript? (maori.geek.nz)
1 points by CrystalCuckoo 4450 days ago
2 comments

My 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.

you shouldn't.