Single Responsibility Principle
Module / Class have one functionality.
Should be owned/modified by one person/actor.
Should have one reason to change.
Bad code - Principle Not Followed
+-----------------------+
| User |
+-----------------------+
| - name: Strin...
gurupalaniveltech.hashnode.dev1 min read