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: 11 months 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T18:06:34.000Z (over 4 years ago)
- Last Synced: 2023-04-12T14:17:47.268Z (about 3 years 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.