|
|
|
|
|
by sil3ntmac
4679 days ago
|
|
I like coffeescript. Lots of web devs that write ruby all day like coffeescript. tbh I think coffeescript is worth it just to never have to write "function(){..." or "this." again. It's also worth it for its free OOP features. It will have quirks, like what you see here, but I have hit these pain points and still love it. |
|
Beyond the title bait, since you have to know JS quirks anyway, and since CoffeeScript adds its own burden (like in the link), I really don't see the point of using it.
Also, the 'function' keyword is a very visible marker when I read code and this has became unconscious. I now believe that the quantity of code you write doesn't matter: readability matters most.