Hacker News new | ask | show | jobs
by eitland 1079 days ago
Currying is just poor man's obfuscation :-)

Seriously, I think anytime I have met currying (admittedly only in JS projects) the code could be rewritten to be better without it.

1 comments

It's a lot more common in e.g. OCaml and Haskell where the syntax makes the partial application a lot easier.