From 9db57c4efca40d567853745387b3ba96f0739c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 18 Jan 2016 10:31:22 +0100 Subject: [PATCH] Push my TODO notes --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 26c2607..a232b55 100644 --- a/TODO +++ b/TODO @@ -9,3 +9,8 @@ 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 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;