DEV Community

Discussion on: What are your favorite articles on dev.to?

Collapse
 
vonheikemen profile image
Heiker

I found myself reading this one a couple of times while I was learning about functional programming in javascript.

There also one that I wrote that I am very proud of: Composition techniques. It's also about functors and monads but in the context of function composition (with a practical example).

Collapse
 
corentinbettiol profile image
Corentin Bettiol • Edited

Didn't know about functors and monads, thanks :)

edit: I didn't know anything about composition in functional programming either, thanks for your article!