pyruse/TODO.md

263 B

TODO

  • Maybe switch from storing the daily journal in a file, to storing it in a database.
  • 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…