summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-13 18:40:47 +0200
committerOskar <[email protected]>2024-04-13 18:40:47 +0200
commitcfe7a2d4b3dd25ce9577417416e6313572e9e2ea (patch)
tree0b9bec226103ef43fde6899a324d358249952895 /TODO
parent8454a5c30c8f5f17abd377965b61dc0786a08800 (diff)
x implemented and d partially implemented
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index b947f8e..b3ea199 100644
--- a/TODO
+++ b/TODO
@@ -2,5 +2,7 @@ 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 - Start working on X
+1 - Start working on D
+2 - Re-write new_line and remove_line_contents for better performance. (They are very inefficient)
2 - All L and N functionality is done. Did some testing and made some fixes. I will keep this here for now in case i find anything more.
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).