Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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