Single Resonposility Principle in GO
Introduction
The single Resonposility Principle (SRP) states that a class, function, module, or type should have only reason to change.
The idea is to design classes or types that are focused on a single task or responsibility. This makes the code mo...
ankitchahal20.hashnode.dev3 min read