Questions tagged [solid-principles]

The concept of SOLID in object-oriented design is credited to Robert C. Martin and consists of five key principles. Feel free to use this tag for any inquiries related to these fundamental principles or their connection to other OOD concepts. Additionally, make sure to utilize the specific tags for each of the five principles when appropriate.

Has this OOD been implemented accurately?

Currently, I am diving into the world of object-oriented SOLID principles and design patterns. To practice, I decided to take a problem from my ongoing project and work on designing a solution for it. I would greatly appreciate your feedback on whether my ...