1 repository
Guidelines for using language-specific null keywords to improve type safety.
Distinct from Null Pointer Constants: Focuses on the best practice of using 'nullptr' over '0' rather than the technical definition of the constant itself.
Explore 1 awesome GitHub repository matching data & databases · Language-Level Usage. Refine with filters or upvote what's useful.
This project is a curated collection of guidelines and technical resources designed to improve C++ code safety, maintainability, and performance. It provides a comprehensive set of coding standards and best practices for establishing consistent naming, formatting, and structural patterns across C++ codebases. The guide offers specific technical advice on performance optimization, including methods for minimizing object copying, optimizing memory allocation, and reducing compilation cycles. It also provides a directory of tooling recommendations for implementing static analysis, fuzz testing,
Recommends using explicit null keywords instead of zero to improve type safety for null pointer values.