Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unclebob/govideostore
Martin Fowler's lovely Video Store problem, in GoLang. For Clean Code 2d. ed.
https://github.com/unclebob/govideostore
Last synced: about 1 month ago
JSON representation
Martin Fowler's lovely Video Store problem, in GoLang. For Clean Code 2d. ed.
- Host: GitHub
- URL: https://github.com/unclebob/govideostore
- Owner: unclebob
- Created: 2024-08-16T14:38:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T14:40:56.000Z (5 months ago)
- Last Synced: 2024-09-18T10:06:15.113Z (4 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Martin Fowler's wonderful Video Store example from the first edition of Refactoring.
This version is written in GoLang for Clean Code 2. ed.