1 repo
Rules for designing type-safe and reusable components using templates and generic mechanisms.
Distinguishing note: Focuses on generic programming rules rather than general template syntax.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Generic Programming Guidelines. Refine with filters or upvote what's useful.
The CppCoreGuidelines is a comprehensive software engineering standard that provides a curated framework of coding conventions and design principles for C++. It serves as an authoritative guide for writing safe, efficient, and maintainable code by establishing high-level architectural patterns and organizational principles for large-scale projects. The guidelines emphasize the use of a strong, static type system to ensure memory safety and enforce consistent resource management patterns. The project distinguishes itself by promoting the zero-overhead abstraction principle, ensuring that high-
Offers rules for creating flexible, type-parameterized algorithms and data structures.