SOLID Principles in Golang Explained with Examples

Jerry An
Level Up Coding
Published in
2 min readSep 22, 2021

--

source link

The SOLID principles are not new to experienced programmers. They give us guidelines on how to arrange functions and data structures and how to organize interconnected classes.

In this series of posts, we are going to talk about how to implement them correctly with examples written by Go.

--

--