summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-31 20:52:59 +0200
committerOskar <[email protected]>2024-03-31 20:52:59 +0200
commita2fe6b4251181b65da4264c179c5df39c22159de (patch)
treeb64385552fa3cf788ba028b06c3b91b0c226ba8b
parentc2844d947d2e8fdc43f9ede54fbeab89b3387183 (diff)
TODO update
-rw-r--r--TODO9
1 files changed, 3 insertions, 6 deletions
diff --git a/TODO b/TODO
index 2045663..3ada509 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +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 - Implement 'd' validation
-1 - Test 'd' validation
-2 - Implement 'x' validation
-2 - Test 'x' validation
-2 - improve the length check (i have NO idea how it actually works because im slow stupid!)
-3 - Have a big long think about how the strings will be processed and translate in to actually doing things in the program.
+1 - Have a big long think about how the strings will be processed and translate in to actually doing things in the program.
+1 - implement the logic that will actually interpret the validated input
+3 - improve the length check (i have NO idea how it actually works because im slow stupid!)