|
|
|
|
|
by klibertp
3900 days ago
|
|
> - Writing JS gives me a better feel for how the language actually works Only because you know it better... > - I like the line number in the JS I'm debugging to equal the line in my source code Source maps. > - There's less magic to understand & deal with https://medium.com/@c2c/nodejs-a-quick-optimization-advice-7... > - CoffeeScript automatically returns the last line of a function, and I don't always like that Use explicit return then. |
|