Skip to content

niloofaramerian/solid_principles

Repository files navigation

SOLID Principles

SOLID is an acronym for the first five object-oriented design (OOD) principles by Robert C. Martin. This principles encourage us to create more maintainable, understandable, and flexible software.

Consequently, as our applications grow in size, we can reduce their complexity and save ourselves a lot of headaches further down the road!

In this repository, you will be introduced to each principle individually to understand how SOLID can help make you a better developer.