From a5b27673c29ca39b6b35bb0f5c4be224d7b41b5a Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 2 Feb 2026 12:09:14 +0100 Subject: one more TODO --- TODO.md | 13 +++++++++---- 1 file 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 -- cgit v1.2.3