summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-01 19:48:23 +0200
committerOskar <[email protected]>2024-04-01 19:48:23 +0200
commit44c83f6d38d166a04d71dca697a7ba4d2ea40cdd (patch)
treee2ff8952d8381c034f556398b96d8ac6fe106e9d /TODO
parentf5af9591856569c39d718059b3dbbc69c6e5f8d5 (diff)
TODO update. I am done for today.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3ada509..ef26101 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,4 @@
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 - 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!)
+1 - improve the length check. If i make the length of an input too big then it seems like the input after the fgets limit gets stuck in stdin and that is kind of a problem.