DEV Community

Discussion on: Object-Oriented Programming Strikes Back!

Collapse
 
jervine791 profile image
john ervine • Edited

FP is great in the right hands. Making the transition from OOPs can be a difficult one. Having written Clojure for 2 years, it took a solid year to adapt and write clean maintainable code. Once you get over the learning bump, programming in a FP paradiam is great fun. The biggest thing I got from the experience was a new way of looking at problems. Alot of these techniques can be applied in languages like Java.