Partial function application (in js)
Aka function currying. I had a good use case for curried functions in a recent school related project. I wrote up a little explaining how I used partials to yield a cleaner program definition.
>Aka function currying. I had a good use case for curried functions in a recent school related project. I wrote up a little explaining how I used partials to yield a cleaner program definition.
>