diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-06-04 12:27:57 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-06-04 12:38:02 +1200 |
commit | b379ee1e8cc8c8e4fc31852bdf75d18743327df2 (patch) | |
tree | a0f50c9ed7926c809979c1bd0f9bd1baa0a0bbaa /TODO.md | |
parent | 8b7850de6905f43332ce6655a25418408c2262d0 (diff) | |
download | paramano-b379ee1e8cc8c8e4fc31852bdf75d18743327df2.tar.xz |
Updated to do list
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |