Refactoring: Lessons Learnt So Far
Improving Code Without Overhauls
Nov 24, 202417 min read139

Search for a command to run...
Articles tagged with #design
Improving Code Without Overhauls

Background I started learning Object-Oriented Programming (OOP) with C++ during my college days, and Inheritance is one of the key concepts you can't miss when learning OOP. In fact, inheritance is one of the four core principles of OOP, along with E...
