add a few more ideas

This commit is contained in:
Doug Hellmann 2012-04-23 07:07:13 -07:00
parent 1ac5e6c47e
commit 7c202f9920
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@ To do
- pprint formatter(s)
- pretty but non-table formatter(s)
- shell script formatter(s)? (properties as variable names)
- create a few example commands that use a sqlite database to show how
to manage transactions
- switch setup/teardown functions in app to use some sort of context
manager?