Documentation.md 380 Bytes
Newer Older
1
2
# Documentation

Matteo's avatar
update    
Matteo committed
3
4
5
6
7
8
> There is no worse software than undocumented software.

## Style guide

The code is written following C++20 standard, to ensure the best readability and maintainability. The code is formatted using [clang-format](https://clang.llvm.org/docs/ClangFormat.html) with the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) as a reference.