DEV Community

Discussion on: What's your fav programming paradigm?

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.