summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-04 14:10:54 +0200
committerOskar <[email protected]>2024-04-04 14:10:54 +0200
commit1f0fea8d157876d8a89d0b530608fa473b1331f2 (patch)
tree3dcd721595c4afca59b9663b913ba2b42b9ad6ea
parenta24e39c9c1022a37cab2a6f877f61373812a6c98 (diff)
TODO update. Man i gotta learn to do my TODO updates along with my other
commits.
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index f26bf36..70ec34a 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
TODO list. This is mostly so i can plan more granularly and remember small stuff i was working on last time and what i should prioritise first.
This is not my overall big planning board. (1 highest prio, 10 lowest)
-1 - Finish L implementation
+1 - All L functionality is done. Now i will have to test it and and fix any issues that come up.
+1 - Start implementing N.
2 - Not really a TODO point but more of an observation and a realisation i have made. I could have just used regex to do the validation of my commands. How about that... Well im too far in (sunk cost fallacy or whatever its called).