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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesCoding Style Guidelines

Best practices for writing expressions, statements, and local declarations.

Distinguishing note: Focuses on low-level statement structure rather than high-level architecture.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Coding Style Guidelines. Refine with filters or upvote what's useful.

Awesome Coding Style Guidelines GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • isocpp/cppcoreguidelinesAvatar de isocpp

    isocpp/CppCoreGuidelines

    45,100Voir sur GitHub↗

    The CppCoreGuidelines is a comprehensive software engineering standard that provides a curated framework of coding conventions and design principles for C++. It serves as an authoritative guide for writing safe, efficient, and maintainable code by establishing high-level architectural patterns and organizational principles for large-scale projects. The guidelines emphasize the use of a strong, static type system to ensure memory safety and enforce consistent resource management patterns. The project distinguishes itself by promoting the zero-overhead abstraction principle, ensuring that high-

    Standardizes the expression of actions and computations through consistent statement and declaration patterns.

    CSS
    Voir sur GitHub↗45,100
  • microsoft/gslAvatar de microsoft

    microsoft/GSL

    6,693Voir sur GitHub↗

    GSL is a Guidelines Support Library for C++ that provides a set of types and functions designed to implement the C++ Core Guidelines. It functions as a framework for improving code safety and portability across different platforms. The library provides a contract-based programming model to verify program invariants through precondition and postcondition assertions. It includes specialized wrappers for null-pointer safety and bounds-checked memory views to prevent buffer overflows and invalid memory access. The project also covers safe integer conversion to prevent data truncation and provide

    Implements a set of uniform types and functions to apply C++ Core Guidelines for improved safety and portability.

    C++
    Voir sur GitHub↗6,693
  • mgechev/angular2-style-guideAvatar de mgechev

    mgechev/angular2-style-guide

    1,195Voir sur GitHub↗

    The repository contains a curated collection of coding conventions, architectural patterns, and best practices designed for developing component-based web applications using Angular and TypeScript. It functions as an architecture manual establishing consistent patterns across development teams, covering application structure, component design, and code quality enforcement. The guidelines define domain-driven file organization and module encapsulation strategies that group project assets into bounded contexts with dedicated root facades to keep large codebases manageable and shorten import pat

    Angular codebases enforce consistent coding patterns, naming rules, and architectural conventions to maintain high code quality and readability.

    angularbest-practicesdeprecated
    Voir sur GitHub↗1,195
  1. Home
  2. Software Engineering & Architecture
  3. Coding Style Guidelines