DEV Community

Discussion on: Higher-order functions & Why you should use them

Collapse
 
aminnairi profile image
Amin

Hi John and thanks for pointing that out!

Indeed currying has made its way out (in a shy way) in this example, I tried to keep the focus on higher-order functions for beginners but you are totally right and those topics are linked together. There is still plenty room for optimizations.

I'm glad that you brought that subject at light so that readers can check that out if they are curious. Unfortunately I would require an entire website if I were to speak about functional programming because this subject is really fun and interesting and full of good ideas and concepts!