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.
- Host: GitHub
- URL: https://github.com/sudiptob2/solid-in-golang
- Owner: sudiptob2
- Created: 2021-01-22T06:02:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T08:31:47.000Z (over 4 years ago)
- Last Synced: 2025-04-29T20:13:36.557Z (24 days ago)
- Topics: dependency-inversion-principle, golang, golang-solid, interface-segregation-principle, liskov-substitution-principle, open-closed-principle, single-responsibility-principle, solid
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What I understand as SOLID in Golang with Example (problem and solution)