summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-19 15:47:37 +0200
committerOskar <[email protected]>2024-04-19 15:47:37 +0200
commitc20e9e2d43cce1993df295098a6b16e7ffba6d48 (patch)
tree4a5527fcf35a52b37901d78faf573568e0e27422 /TODO
parent9f2ccf988319c256f725f2fd4f9e69762ff144ac (diff)
moved testcases and made new testcases
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 313e77a..e4785b5 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ TODO list. This is mostly so i can plan more granularly and remember small stuff
This is not my overall big planning board. (1 highest prio, 10 lowest)
1 - Perform full test of the whole program.
-2 - Re-write Makefile to make it easier
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).