SOLID Principles 💪
The significance of SOLID Principles is that it helps us to write code that doesn’t collapse under its own weight as the project grows.
Golang code examples are attached to explain each principle.
1.) Single Responsibility Principle
SRP states that C...
adityakumarsingh.hashnode.dev6 min read