The Single Responsibility Principle

Tai Bo
3 min readMay 25, 2021

Recently, I read the book “Clean Architecture” by Robert C. Martin. Overall, this is a great book with a wealth of information on software design principles to guide developers to build scalable, maintainable and flexible applications. A core part of the book discusses about six design principles which together make up the acronym SOLID.

The SOLID acronym represents the six principles:

  • S: The Single Responsibility Principle.
  • O: The Open Closed Principle.
  • L: The Liskov Substitution Principle.

--

--

Tai Bo

Backend developer in .NET core. I enjoy the outdoor, hanging out with good friends, reading and personal development.