properly document project structures

This commit is contained in:
anon 2024-11-23 16:01:28 +01:00
parent d096111561
commit 4f9d957a97
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# /chad/ structure
This directory showcases how a chad compliant project directory looks like.
| Directory | Use |
| :-------: | :---: |
| documentation/ | Documentation regarding the project and hard to come by or custom documentation for developers (library, API and or theoritical papers and such). |
| source/ | Soure code required to produce the projects main target. Headers belong here too. |
| tool/ | Helper scripts and programs used during development. |
| test/ | Test scripts and test inputs. |
### Recommended tools
+ git
+ GNU Make
+ cmdtest

View File

0
structure/test/.gitkeep Normal file
View File

0
structure/tool/.gitkeep Normal file
View File