A simple app to demonstrate the MVC pattern with a command line app.
$ ruby start.rbThen hit Ctrl-C to quit the program. You'll lose all your todos!
- Model:
TodoItem - View:
Display - Controller:
Controller
We fake the database with TodoRepository and the browser with InfiniteLoop.