Three and a half years ago I wrote down my personal C++ Coding Guide. My programming style has changed a bit since then, and it’s time for an update of the original article. This is the changelog: The clang-format style definition was created for … not sure exactly. Clang 6? I updated it for Clang 15. Nothing substantial changed. The name of the private namespace changed from detail to private_. On the one hand detail is extremely common in the Standard adjacent community. On the other ha...