https://github.com/maxhoffmann/usecasedrivenjs
example implementation of the use case driven approach
https://github.com/maxhoffmann/usecasedrivenjs
Last synced: about 1 year ago
JSON representation
example implementation of the use case driven approach
- Host: GitHub
- URL: https://github.com/maxhoffmann/usecasedrivenjs
- Owner: maxhoffmann
- License: mit
- Created: 2013-10-27T20:07:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T22:34:26.000Z (over 12 years ago)
- Last Synced: 2025-01-23T06:31:54.537Z (about 1 year ago)
- Language: JavaScript
- Size: 488 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Use Case Driven Approach with JavaScript
========================================
This is an example implementation using the use case driven approach as described by Robert C. Martin in his talk [“Architecture the Lost Years”](http://www.youtube.com/watch?v=WpkDN78P884) at Ruby Midwest 2011. It tries to use the same naming conventions as mentioned by Martin in his talk except for one difference: Interactors are called UseCases. I’ve implemented the use case “Create Order”, which is shown as an example in Martin’s talk.
Future plans
------------
1. implement the LocalStorage Entity Gateway
2. add second delivery mechanism using require.js
3. add third delivery mechanism using Angular.js
LICENSE
-------
The MIT License (MIT)