Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code cover
Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code
by J. Davidson, Kate Gregory
ISBN: 0137647840
Found in 1 comment on Hacker News
View on Amazon
We may earn a commission from purchases made through links on this page.
Not ready yet? Get weekly book picks.
pjmlp · 2022-10-30 · Original thread
Yes, although Scott Meyer's is now retired and his book series have stopped in C++14.

Some other books on this front,

"Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code"

https://www.amazon.com/-/en/dp/0137647840

"Embracing Modern C++ Safely"

https://www.amazon.com/dp/0137380356

Also with clion and Visual Studio, it is possible to write code while having the static analysers ping back into the core guidelines.