awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lefticus avatar

lefticus/cppbestpractices

0
View on GitHub↗
8,765 estrellas·909 forks·1 vista

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.
  • Recursos de aprendizaje - Collaborative collection of C++ best practices.

Historial de estrellas

Gráfico del historial de estrellas de lefticus/cppbestpracticesGráfico del historial de estrellas de lefticus/cppbestpractices

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Cppbestpractices

Proyectos open-source similares, clasificados según cuántas características comparten con Cppbestpractices.
  • kodecocodes/swift-style-guideAvatar de kodecocodes

    kodecocodes/swift-style-guide

    13,173Ver en 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

    Ver en GitHub↗13,173
  • braziljs/js-the-right-wayAvatar de braziljs

    braziljs/js-the-right-way

    8,686Ver en 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
    Ver en GitHub↗8,686
  • amontalenti/elements-of-python-styleAvatar de amontalenti

    amontalenti/elements-of-python-style

    3,489Ver en 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
    Ver en GitHub↗3,489
  • xxjwxc/uber_go_guide_cnAvatar de xxjwxc

    xxjwxc/uber_go_guide_cn

    8,172Ver en 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
    Ver en GitHub↗8,172
Ver las 30 alternativas a Cppbestpractices→

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de lefticus/cppbestpractices?

Las características principales de lefticus/cppbestpractices son: Coding Standards, Maintainability Best Practices, Performance Optimizations, Code Style Guides, Safety Engineering, Software Engineering Resources, Recursos de aprendizaje.

¿Qué alternativas de código abierto existen para lefticus/cppbestpractices?

Las alternativas de código abierto para lefticus/cppbestpractices incluyen: 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,…