DEV Community

Discussion on: Code Organization in Functional Programming vs Object Oriented Programming

Collapse
 
taljoffe profile image
Tal Joffe

Wow. I love this post!
I really appreciate the fact that you managed to come up with a really nice FP style without using any external library.
You managed to show Either and Maybe monads, currying, and function composition effortlessly in a way I think most Javascript developers will feel comfortable with.
Really awesome!