In a previous article, we talked about objects and classes, and how they can help you better organize your code. The SOLID principles of Object Oriented Design are a set of principles you can follow to make better use of objects and classes. These principles are not rules. They are more guidelines to try to …