ID: cpp-core-guidelines
Readable Name: C++ Core Guidelines
Language: CPP, CPP_MS_CLI
Upstream URL: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
Archive URL: https://gitlab.com/cqse/teamscale/teamscale/-/tree/ts/29865_guidelines/misc/guidelines-archive/cpp-core-guidelines-29-11-2023.pdf
Author/Organization: Standard C++ Foundation
Release Date: 12.10.2023
Description: The C++ Core Guidelines provide a comprehensive set of best practices aimed at writing modern, safe, and efficient C++ code. Covering topics such as type safety, resource management, and concurrency, these guidelines assist developers in leveraging C++’s capabilities while avoiding common pitfalls. The October 2023 update includes new recommendations and refinements to existing guidelines, reflecting the evolving landscape of C++ development.
Further Info URL: https://isocpp.github.io/CppCoreGuidelines/