SOLID Principle In Typescript
S: Single Responsibility Principle
A class or function should have one and the only reason to change. Each class should do one thing & do it well. Instead of thinking that we should split code because it would look cleaner in a single file, we split ...
mitchellyuen.hashnode.dev2 min read