DEV Community

Discussion on: The Many Worlds of Programming

Collapse
 
amandachalfant profile image
Amanda Chalfant

This is great! I’d love to also think of how these worlds are connected - what links exist between OOP, testing, DevOps, etc. Each of these “worlds” cannot exist without some or all of the others!

Collapse
 
joshhadik profile image
Josh Hadik

Yes, I agree with this! not only are they interconnected, but some of them change drastically depending on the others (testing techniques vary between FP and OOP, DevOps depends on what you're developing and how you're deploying, etc.)