ISishaq shaikinlearnaiandui.hashnode.dev·Sep 11, 2024 · 15 min readSOLID PrinciplesSRP SRP is part of SOLID design principles. With the help of SRP, we can maintain clean and robust source code. SRP states that only one actor can change the module. In most of the scenarios, the actor corresponds business stakeholder. The module c...00