Hacker News new | ask | show | jobs
by Homunculiheaded 5491 days ago
I know this is 10 days late, but the big factor is not whether you type 'return', it's knowing that everybody else has. When you have implicit returns you can always know that a call to a function will return a value, this is essential to proper functional programming technique.