Push my TODO notes

This commit is contained in:
Romain Tartière 2016-01-18 10:31:22 +01:00
parent 636cd9c761
commit 9db57c4efc

5
TODO
View file

@ -9,3 +9,8 @@
up and is now between 25 and 100 lines of code (depending of my refactoring up and is now between 25 and 100 lines of code (depending of my refactoring
mood). The main drawbacks are poor readability, redundant code in the mood). The main drawbacks are poor readability, redundant code in the
binary, debuggers don't cope well with macros, and by design it sucks. binary, debuggers don't cope well with macros, and by design it sucks.
[ ] Refactor examples and have consistent behavior.
Dump to stdout unless -o is specified;
Read from stdin unless a file is specified;
Humanize dumps with a -h flag;
Target aquisition is the same in all examples;