diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-02 12:09:14 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-02 12:09:14 +0100 |
| commit | a5b27673c29ca39b6b35bb0f5c4be224d7b41b5a (patch) | |
| tree | f2c07a83c4dfcff7df8180840d7bc84bda20528c | |
| parent | 492cacecd91d32ce789d77d10c1ad97af481c685 (diff) | |
one more TODO
| -rw-r--r-- | TODO.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |
