DEV Community

Discussion on: Intro To Functional Programming

Collapse
 
drmandible profile image
DrMandible

I'm still reading but this tripped me up: "shift more to figuring how what things are." I think you a word.

Collapse
 
flippedcoding profile image
Milecia

Oof... I thought I caught everything, but definitely missed this. Thanks! I'll update that.

Collapse
 
drmandible profile image
DrMandible

Great article and super informative! Thanks for posting!

Do you use functional programming whenever possible? Or is there a situation where you might choose OOP even though you could've used functional?

Thread Thread
 
mburszley profile image
Maximilian Burszley

Pick the one that can be easily tested and is most easily understood when you read it.