thibaudk / dno

Simple header-only noise filtering library
MIT License
0 stars 1 forks source link

naming convention #3

Open jcelerier opened 3 years ago

jcelerier commented 3 years ago

i'd recommend to pass clang-tidy on that whole code to uniformize things. Also clang-format (you can use the .clang-format in the score repo).

Also for clang-tidy you can pass the

 clang-analyzer*
 performance-*  
 bugprone-*
  readability-*

category of checks (qt creator can do it : https://doc.qt.io/qtcreator/creator-clang-tools.html)

jcelerier commented 3 years ago

see https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html

thibaudk commented 3 years ago

this was addressed in 6ddcc4c but it does lead to some weird results. Maybe, I can fine tune by hand ? or should it come out perfect ?