awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lefticus avatar

lefticus/cppbestpractices

0
View on GitHub↗
8,765 نجوم·909 تفرعات·1 مشاهدة

Cppbestpractices

This project is a curated collection of best practices, coding standards, and style guidelines for writing C++ source code. It serves as a software engineering resource focused on improving code safety, maintainability, and performance.

The resource covers multiple domains of C++ development, including safety engineering to reduce bugs and memory errors, as well as code optimization for increased efficiency. It provides a set of collaborative guidelines for consistent code formatting and structural patterns across projects.

Features

  • Coding Standards - Establishes a consistent set of C++ coding standards to ensure long-term maintainability across projects.
  • Maintainability Best Practices - Provides industry best practices for writing C++ code that is easier to read, debug, and update.
  • Performance Optimizations - Offers specific guidelines to increase the performance and efficiency of C++ source code.
  • Code Style Guides - Defines naming, formatting, and structural standards to ensure consistent C++ source code readability.
  • Safety Engineering - Implements specific C++ coding patterns to reduce bugs and prevent common memory or concurrency errors.
  • Software Engineering Resources - Acts as a professional reference for applying industry-standard design patterns and safety principles to C++ development.
  • موارد التعلم - Collaborative collection of C++ best practices.

سجل النجوم

مخطط تاريخ النجوم لـ lefticus/cppbestpracticesمخطط تاريخ النجوم لـ lefticus/cppbestpractices

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Cppbestpractices

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Cppbestpractices.
  • kodecocodes/swift-style-guideالصورة الرمزية لـ kodecocodes

    kodecocodes/swift-style-guide

    13,173عرض على GitHub↗

    This project is a comprehensive set of standards for the Swift ecosystem, providing a code style guide, API design standards, and a memory management guide. It establishes standardized naming and formatting rules to ensure consistent and maintainable source code. The project includes a linting configuration used by automated tools to detect and enforce syntax patterns. These rules are designed to standardize code style and can be integrated into build phases to block commits with formatting errors. The guidelines cover a broad range of development capabilities, including the use of access mo

    عرض على GitHub↗13,173
  • braziljs/js-the-right-wayالصورة الرمزية لـ braziljs

    braziljs/js-the-right-way

    8,686عرض على GitHub↗

    js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated collection of industry materials for writing maintainable code. It serves as a web development education resource, offering organized documentation on modern JavaScript patterns and idioms. The project is structured as a markdown-based documentation site, where guides written in lightweight markup are rendered as static pages. It utilizes a curated network of hyperlinks to connect internal documentation with external industry standards.

    HTML
    عرض على GitHub↗8,686
  • amontalenti/elements-of-python-styleالصورة الرمزية لـ amontalenti

    amontalenti/elements-of-python-style

    3,489عرض على GitHub↗

    This project is a comprehensive Python style guide and technical reference designed to promote the creation of clean, maintainable, and idiomatic code. It provides a set of opinionated guidelines and architectural patterns focusing on functional and declarative programming to reduce complexity and improve overall code quality. The guide establishes specific standards for naming conventions, module organization, and project layout. It emphasizes reducing object coupling by favoring modules and functions over deep class hierarchies and offers technical standards for writing docstrings and marku

    code-stylecodestyledocumentation
    عرض على GitHub↗3,489
  • xxjwxc/uber_go_guide_cnالصورة الرمزية لـ xxjwxc

    xxjwxc/uber_go_guide_cn

    8,172عرض على GitHub↗

    This project is a translated Go language style guide and programming standard. It provides a collection of coding standards and best practices designed to ensure that Go code remains maintainable, readable, and efficient. The guide focuses on idiomatic patterns for error handling, interface compliance, and memory optimization. It establishes standards for package naming and the use of functional options to maintain backward compatibility in constructors. It covers a broad range of capabilities, including concurrency management for coordinating process lifecycles and preventing resource leaks

    chinesecngo
    عرض على GitHub↗8,172
عرض جميع البدائل الـ 30 لـ Cppbestpractices→

الأسئلة الشائعة

ما هي وظيفة lefticus/cppbestpractices؟

This project is a curated collection of best practices, coding standards, and style guidelines for writing C++ source code. It serves as a software engineering resource focused on improving code safety, maintainability, and performance.

ما هي الميزات الرئيسية لـ lefticus/cppbestpractices؟

الميزات الرئيسية لـ lefticus/cppbestpractices هي: Coding Standards, Maintainability Best Practices, Performance Optimizations, Code Style Guides, Safety Engineering, Software Engineering Resources, موارد التعلم.

ما هي البدائل مفتوحة المصدر لـ lefticus/cppbestpractices؟

تشمل البدائل مفتوحة المصدر لـ lefticus/cppbestpractices: kodecocodes/swift-style-guide — This project is a comprehensive set of standards for the Swift ecosystem, providing a code style guide, API design… braziljs/js-the-right-way — js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated… amontalenti/elements-of-python-style — This project is a comprehensive Python style guide and technical reference designed to promote the creation of clean,… xxjwxc/uber_go_guide_cn — This project is a translated Go language style guide and programming standard. It provides a collection of coding… airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to… cpp-best-practices/cppbestpractices — This project is a curated collection of guidelines and technical resources designed to improve C++ code safety,…