DEV Community

Discussion on: ✔||🤢 Commit or Vomit | function currying 🍛

Collapse
 
johnkazer profile image
John Kazer

It certainly takes as bit of a shift in thinking to use currying successfully. I'm not sure I ever manually wrote a curried function tho except when learning how it works. I use Ramda.curry(fn)