awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesLanguage-Level Usage

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.

Awesome Language-Level Usage GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cpp-best-practices/cppbestpracticescpp-best-practices का अवतार

    cpp-best-practices/cppbestpractices

    8,766GitHub पर देखें↗

    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.

    best-practicescpp
    GitHub पर देखें↗8,766
  1. Home
  2. Data & Databases
  3. Null Value Representations
  4. Null Pointer Constants
  5. Language-Level Usage