diff options
author | Oskar <[email protected]> | 2024-04-14 13:12:36 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-14 13:12:36 +0200 |
commit | 5adffffc05eef954a606e28e8f769ce0a31c83c7 (patch) | |
tree | cd8a689b5fd57fde206f2e98e0dbfda3f83742f1 /TODO | |
parent | 94cca5bee677e31a084101f1afc506c0a0b9c65e (diff) |
Makefile changes, added gnu11 std and added -Wpedantic for better
warnings
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,8 +1,10 @@ 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 - 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). +1 - Remove testing code, add comments for future me. +1 - Perform full test of the whole program +1 - Re-write USAGE +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). |