Software Design S.O.L.I.D principles guide book – Single Responsibility Principle
Introduction Continuing our discussion on S.O.L.I.D principle, checkout Open Closed Principle (OCP), Liskov Substitution Principle (LSP), Dependency Inversion Principle (DIP), Interface Segregation Principle (ISP) if not so far. In this blog lets cover yet another principle i.e. Single Responsibility Principle short hand (SRP). Let’s dive in. Single Responsibility Principle SRP states that “Any class should…