Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammorteza/solid-principles-in-golang
S.O.L.I.D Principles in go
https://github.com/ammorteza/solid-principles-in-golang
Last synced: about 2 months ago
JSON representation
S.O.L.I.D Principles in go
- Host: GitHub
- URL: https://github.com/ammorteza/solid-principles-in-golang
- Owner: ammorteza
- License: mit
- Created: 2019-09-07T19:28:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T14:54:53.000Z (about 2 years ago)
- Last Synced: 2024-06-21T19:56:39.986Z (6 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 34
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOLID principles in Golang
S.O.L.I.D Principles go example
1. Single Responsibility Principle (SRP) - It's completed
2. Open - closed Principle (OCP) - It's completed
3. Liskov Substitution Principle (LSP) - It's completed
4. Interface Segregation Principle (ISP) - It's completed
5. Dependency Inversion Principle (DIP) - It's considered at OCP