dspinellis / cqmetrics

C Quality Metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adopting modern C++ practices

dspinellis opened this issue · comments

  • C Core Guidelines
  • Build your code CMake
  • Test using Catch
  • Format code, use clang-format

See also Awesome Modern C++