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: 11 months ago
JSON representation

Martin Fowler's lovely Video Store problem, in GoLang. For Clean Code 2d. ed.

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.