diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..16bce11 --- /dev/null +++ b/TODO.md @@ -0,0 +1,6 @@ +# TODO + +Notes to my future self. + +* Refactor recursion --- see 02e5769ab5b9406725235c4e37968f93afd0e978 --- to remove deepcopy + * maybe I can push/pop onto arguments or something instead of duplicating the whole event?