Hacker News new | ask | show | jobs
by statictype 5419 days ago
Writing functions inline is a huge win, not just because of the number of characters you have to type.

It creates less noise and busy work in your code.

Explicitly specifying functions like having to pre-declare all your variables at the top of your scope.