mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-22 13:06:09 +03:00
3.7 KiB
3.7 KiB
Summary
- Golang
- Principle
- SRP-Single Responsibility Principle
- OCP-Open Close Principle
- LSP-Liskov Substitution Principle
- ISP-Interface Segregation Principle
- DIP-Dependence Inversion Principle
- DRY-Don't Repeat Yourself
- KIS-Keep it Simple Stupid
- You "Ain't Gonna Need It
- Law Of Demeter
- Composite/Aggregate Reuse Principle CARP
- Refrence
- Go Patterns
- Contributing