DEV Community

Discussion on: What's your fav programming paradigm?

Collapse
 
alainvanhout profile image
Alain Van Hout

For programming paradigms, my personal favourite is all of them, applied to the contexts in which they work best.

Collapse
 
_hs_ profile image
HS

Best answer packing the infamous "it depends"

Collapse
 
buphmin profile image
buphmin

Preach!

Collapse
 
raguay profile image
Richard Guay

This is the truth! There isn’t a “one solution to everything”. Every problem has it’s unique set of tools to help solve it. Some do overlap, but there is never a one thing fits all.

That aside, I like functional programming, but it doesn’t work with all domains equally. My JS code often looks like a combination of OOP and Functional.