Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various "stylistic" improvements suggested by Joshua Bloch's book. | David A. Madore | 2010-04-22 | 1 | -3/+13 |
| | | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown. | ||||
* | Rather than an ad hoc "Options" class, use caller todo directly. | David A. Madore | 2010-04-19 | 1 | -6/+3 |
| | |||||
* | Rename TodoContext class to Context. Usually call "ctx" its instances. | David A. Madore | 2010-04-18 | 1 | -3/+3 |
| | |||||
* | Use ad hoc classes rather than hashes for context and options. | David A. Madore | 2010-04-17 | 1 | -0/+10 |
| | |||||
* | Change dispatching approach: handlers are now part of todoItems. | David A. Madore | 2010-04-15 | 1 | -1/+1 |
| | | | | | | | Instead of dispatching the todo item in function of the DAML node's local name at todo-handling time, the appropriate todo handler subclass is now instantiated in the todo deque by dispatching the creation of the todo item to the appropriate constructor. | ||||
* | Instantiate TodoDeque rather than using static variables. | David A. Madore | 2010-04-15 | 1 | -0/+2 |
| | | | | Unfortunately, processing is now rather significantly slower. | ||||
* | Framework for handling attributes. | David A. Madore | 2010-04-13 | 1 | -49/+2 |
| | |||||
* | Start writing a todo item handling framework. | David A. Madore | 2010-04-13 | 1 | -3/+39 |
| | |||||
* | Start writing code for a todo stack. | David A. Madore | 2010-04-12 | 1 | -0/+18 |