ishaq shaiklearnaiandui.hashnode.dev·Sep 11, 2024SOLID 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...SOLID principles
manoj sharmatechii.hashnode.dev·Jan 8, 2024Solid principles in javaIn the dynamic realm of software development, understanding and implementing solid principles is paramount for crafting robust, scalable, and maintainable code. In this comprehensive guide, we delve into the intricacies of SOLID principles in java – ...what is solid principles in java, understnad the solid principles in java