Simplifying Code with the Single Responsibility Principle
What Single responsibility (SRP) is?
The Single Responsibility Principle (SRP) is a software design principle that states that a class or module should have only one reason to change. In other words, it should have a single, well-defined responsibili...
thkarropoulos.hashnode.dev3 min read