template-project-cpp
template-project-cpp copied to clipboard
documentation
The template project still needs plenty of documentation to explain what each bit is doing:
- [x] CMakeLists.txt
- [x] MyLibrary.{cpp,hpp}
- [x] MyTests.cpp
- [x] travis.yml
- [x] appveyor.yml
- [x] codecov
- [x] clang-format
- [x] clang-tidy
I'm thinking we keep minimal comments in the source code, so that people can quickly adapt it to their needs, but document everything fully elsewhere. Perhaps in the README.md?
ahhhh, I accidentally added a whole lot of commits for this issue in #4. However, I think this is almost it for documentation. Anything else?