This repo is going to have crusial aspects in Software Engineering with the help of coding examples
SOLID is common name for a set of Software Design princibles, it promoted by Robert C. Martin in 2000, his paper called Design Principles and Design Patterns. SOLID principle helps making software more resuable, less coupled,maintainable and other advantages as well. A detiled description of SOLID with coding examples can be found here SOLID Principle