SOLID Principles Overview
Single Responsibility Principles :
.A Class should have only one(single) reason to change.
.A Class should only have one(single) responsibility and be focused on doing only one(single) thing well.
***Single Class should contain Single Responsibility*...
php-basics-revisions.hashnode.dev4 min read