summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 7375a2c..e0e6b14 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,12 +17,17 @@ In no particular order, they just need to be done:
generate them in a throw-away directory.
* B) make a pass of 'vertical compaction' for the code: there's a lot of
- superfluous '\n' empty lines in the code that shouldn't be here.
- Remove them to have a vertically more dense code. Use clang-format if needed.
+ superfluous '\n' empty lines in the code that shouldn't be here.
+ Remove them to have a vertically more dense code. Use clang-format if needed.
* C) add a top-level @README.md file with a short description of the
- project for new-comers, a one-line description of each .md files, and
- a quick layout and description of the source tree.
+ project for new-comers, a one-line description of each .md files, and
+ a quick layout and description of the source tree.
+
+ * D) move all the non-essential .md files to a top-level doc/ directory
+ (or any other more appropriate name) to remove the top-level file
+ clutter. Keep ony the essential ones at top level. Update the git
+ repo accordingly.
## Past Tasks