Design principles
SOLID
S - Single responsibility principle
Every module/object/method must have one clear, precise and unique responsibility.
Rules to followNew resposnibilty == New entity (module \ object \ method)How to know if the principle is broken ?Entity has t...
zf-design-patterns.hashnode.dev2 min read