ACAnkit Chahalinankitchahal20.hashnode.dev·Dec 20, 2023 · 3 min readSingle Resonposility Principle in GOIntroduction 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...00