-
Object-oriented vs Functional Programming
Object-oriented and Functional programming are two popular programming paradigms. Paradigms are sets of patterns we follow when building programs. They can be useful to help avoid bugs and add consistency to our code. Both paradigms have different strengths and should be chosen with intention. Let’s take a brief look at both and explore what they…