awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • isocpp/cppcoreguidelinesisocpp 的头像

    isocpp/CppCoreGuidelines

    45,100在 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
    在 GitHub 上查看↗45,100
  • microsoft/gslmicrosoft 的头像

    microsoft/GSL

    6,693在 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++
    在 GitHub 上查看↗6,693
  • mgechev/angular2-style-guidemgechev 的头像

    mgechev/angular2-style-guide

    1,195在 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
    在 GitHub 上查看↗1,195
  1. Home
  2. Software Engineering & Architecture
  3. Coding Style Guidelines