Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 598 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 598 Bytes

Software-Engineering-via-Code

This repo is going to have crusial aspects in Software Engineering with the help of coding examples

SOLID Principle

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