diff options
Diffstat (limited to 'TODO.md')
| -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 |
