Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 5271 days ago | link | parent

> Put simple, enum-like arguments at the beginning, so that they can blend in with the function name.

Languages like haskell do a better job explicitly encouraging this practice - you can curry functions with frequently-used args. Eventually you figure out that it's useful to put curryable arguments at the start.