Goodbye, Object Oriented Programming
Jan Kowalski, 13-05-2020
Inheritance, the First Pillar to Fall
At first glance, Inheritance appears to be the biggest benefit of the Object Oriented Paradigm. All the simplistic examples of shape hierarchies that are paraded out as examples to the newly indoctrinated seem to make logical sense.
And Reuse is the word of the day. No… make that the year and perhaps evermore. I swallowed this whole and rushed out into the world with my newfound insight.
There are a lot more complexities that go into programming a website, or app, that has users, requires servers, authentication, and databases. This forces you to interact with technologies you’ll never need when developing a command line tic-tac-toe game.