Improved project structure less monolithic
Open
bug
documentation
enhancement
good first issue
help wanted
question
- Dominant language
- C++
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
This project is currently heavily monolithic meaning all of the files are in the root of the project
We want:
/build which gets git ignored
/src which has the .cpp files
/include which has headers
/data which has the test json objects
/test or /tests which house the tests files
/docs for documentation
This leaves room to add build systems etc
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.