DEV Community

Discussion on: What’s a concept you understand now, but took you forever to grasp?

Collapse
 
thobyv profile image
Thoby V ijishakin

Same here. Functional Programming was very frustrating for me wondering all that's side effects and pure functions etc.

Right now it's something I can't really seem to abandon.

All thanks to a strict frontend development library called Hyperapp. It enforces FP in JavaScript.

I'm still looking towards learning more as I still have alot of cool things in FP I haven't learned.