DEV Community

Discussion on: Why I love learning functional programming

Collapse
 
johnkazer profile image
John Kazer

Other than struggling (in JavaScript) to keep track of types and data structure I enjoy functional programming because it is more relaxing. No worries about unintended consequence and more control about what's going on due to function return values instead of ceding control to mysterious procedures.