Mastering "S" in S.O.L.I.D ๐.
A class should have only one reason to change, meaning it should only do one job/responsibility.
๐ก Simple Explanation:
If one class handles too many things, any change in one part might accidentally break other parts. Thatโs risky and messy.
๐ป Java...
blog.techwithaditya.in2 min read