In our first installment, we wrote several programs that really did nothing more than illustrate a concept. Let’s turn the complexity up a notch and compose a program that actually solves a problem.
The object-oriented paradigm popularized by languages including Java and C++ has slowly given way to a functional programming approach that is advocated by popular Python libraries and JavaScript ...