Hacker News new | ask | show | jobs
by Kiro 3628 days ago
Why?
2 comments

Because then you can curry/partially apply functions independent of your data.

It's _not_ because it's convention everywhere else.

(I realize that only really makes sense if you know why it makes sense, so this video gives a pretty good explanation in ~30 minutes - https://www.youtube.com/watch?v=m3svKOdZijA)

Because that's the convention everywhere else.
Right, but that's not the convention in Node. Anonymous functions always go last.