https://github.com/felipeaz/solid
This project describes each S.O.L.I.D principle in Golang
https://github.com/felipeaz/solid
golang solid-principles study-project
Last synced: 3 months ago
JSON representation
This project describes each S.O.L.I.D principle in Golang
- Host: GitHub
- URL: https://github.com/felipeaz/solid
- Owner: felipeaz
- Created: 2021-12-11T03:10:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T16:06:17.000Z (over 3 years ago)
- Last Synced: 2025-01-07T05:21:48.318Z (4 months ago)
- Topics: golang, solid-principles, study-project
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S.O.L.I.D
This project describes each S.O.L.I.D principles in Golang exemplified by a simple order system which calculates
the order total price.``The example created uses the Decorator Pattern``
Each SOLID principe has its own main file which are inside ``cmd`` folder. All examples has a Product and Category module which are inside ``internal/app`` folder