aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-06-04 12:27:57 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-06-04 12:38:02 +1200
commitb379ee1e8cc8c8e4fc31852bdf75d18743327df2 (patch)
treea0f50c9ed7926c809979c1bd0f9bd1baa0a0bbaa
parent8b7850de6905f43332ce6655a25418408c2262d0 (diff)
downloadparamano-b379ee1e8cc8c8e4fc31852bdf75d18743327df2.tar.xz
Updated to do list
-rw-r--r--TODO.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index f98e6cf..48cf67a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,13 +8,13 @@ High Priority
Normal Priority
---------------
+* Remove some calls to debug, replace with assertions
+* Remove all calls to asprintf, replace with snprintf
* Get rid of various magic numbers
* Sniff for memory leaks
-* Boil the code down
* Investigate shared library rather than calling paramano-set
Low Priority
------------
-* Ensure all is aligned to my coding style
-** Define my coding style
+* Ensure all is aligns to an explicit style
* Make a curses-based version of paramano