Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unclebob/videostore
The videostore example from Martin Fowler's Refactoring, and from Episode 3 of cleancoders.com
https://github.com/unclebob/videostore
Last synced: about 1 month ago
JSON representation
The videostore example from Martin Fowler's Refactoring, and from Episode 3 of cleancoders.com
- Host: GitHub
- URL: https://github.com/unclebob/videostore
- Owner: unclebob
- Created: 2012-05-10T17:49:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T18:06:34.000Z (about 3 years ago)
- Last Synced: 2023-04-12T14:17:47.268Z (over 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 79
- Watchers: 9
- Forks: 97
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
videostore
==========The videostore example from Episode 3 of cleancoders.com.
Based upon, but not identical to, the first chapter of Martin Fowler's classic book: Refactoring.