pyruse/TODO.md

7 lines
333 B
Markdown
Raw Normal View History

2017-12-15 19:36:50 +01:00
# TODO
2017-12-17 12:52:44 +01:00
* Improve documentation, especially on the contents of `pyruse.json`.
* Maybe switch from storing the daily journal in a file, to storing it in a database.
2017-12-15 19:36:50 +01:00
* Maybe switch from Step.run() recursion to Step.run()-in-a-loop to avoid too-deep call stacks.
* Eventually make the code more elegant, as I learn more about Python…