What is function composition?

The Eric Normand Podcast - A podcast by Eric Normand

Categories:

Function composition is taking the return value of one function and passing it as an argument to another function. It’s common enough that functional programmers have turned it into its own operation. In this episode, we go deep into why it’s important and how you can use it and write it yourself.