An open API service indexing awesome lists of open source software.

https://github.com/sudiptob2/solid-in-golang

SOLID principle example implementations for understanding. Code for before implementing a particular principle and after implementing a principle is provided with easy to understand comments.
https://github.com/sudiptob2/solid-in-golang

dependency-inversion-principle golang golang-solid interface-segregation-principle liskov-substitution-principle open-closed-principle single-responsibility-principle solid

Last synced: 24 days ago
JSON representation

SOLID principle example implementations for understanding. Code for before implementing a particular principle and after implementing a principle is provided with easy to understand comments.

Awesome Lists containing this project

README

        

## What I understand as SOLID in Golang with Example (problem and solution)