summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-19 21:26:15 +0200
committerOskar <[email protected]>2024-04-19 21:26:15 +0200
commit645a02d84b174376beed51de9e8820fe4d217ede (patch)
tree4e168386fcc69091e77c8ff8bafb1da867af79bf
parent367ccace47ecddd198ee9728c2cf18f4801f810e (diff)
TODO update for Version 3
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index e4785b5..33a3c80 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
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 - Perform full test of the whole program.
-2 - Add some quality of life features
-3 - Re-write new_line and remove_line_contents for better performance. (They are very inefficient)
-4 - 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).
+1 - Add some quality of life features
+2 - Add a way to create a file with the program.
+2 - Add a way to specify default Y or N.
+2 - Make new_line and remove_line_contents more efficient. Maybe allow specifying amount of lines to add so we dont need to call the function too many times.