awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lefticus avatar

lefticus/cppbestpractices

0
View on GitHub↗
8,765 stars·909 forks·21 views

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.
  • Learning Resources - Collaborative collection of C++ best practices.

Star history

Star history chart for lefticus/cppbestpracticesStar history chart for lefticus/cppbestpractices

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does lefticus/cppbestpractices do?

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.

What are the main features of lefticus/cppbestpractices?

The main features of lefticus/cppbestpractices are: Coding Standards, Maintainability Best Practices, Performance Optimizations, Code Style Guides, Safety Engineering, Software Engineering Resources, Learning Resources.

What are some open-source alternatives to lefticus/cppbestpractices?

Open-source alternatives to lefticus/cppbestpractices include: 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,…

Open-source alternatives to Cppbestpractices

Similar open-source projects, ranked by how many features they share with Cppbestpractices.
  • kodecocodes/swift-style-guidekodecocodes avatar

    kodecocodes/swift-style-guide

    13,173View on 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

    View on GitHub↗13,173
  • braziljs/js-the-right-waybraziljs avatar

    braziljs/js-the-right-way

    8,686View on 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
    View on GitHub↗8,686
  • amontalenti/elements-of-python-styleamontalenti avatar

    amontalenti/elements-of-python-style

    3,489View on 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
    View on GitHub↗3,489
  • xxjwxc/uber_go_guide_cnxxjwxc avatar

    xxjwxc/uber_go_guide_cn

    8,172View on 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
    View on GitHub↗8,172
  • See all 30 alternatives to Cppbestpractices→