Not a huge fan of curried functions in general but implemented currying for a composable test providers constructor today.
Also… discovered reduceRight. First time using that js method for me.
Functional programming can really reduce the amount of code you write, for better or worse
Also… discovered reduceRight. First time using that js method for me.
Functional programming can really reduce the amount of code you write, for better or worse
Comments