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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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.

  1. Home
  2. Software Engineering & Architecture
  3. Coding Style Guidelines

Awesome Coding Style Guidelines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • isocpp/cppcoreguidelinesالصورة الرمزية لـ isocpp

    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/gslالصورة الرمزية لـ microsoft

    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-guideالصورة الرمزية لـ mgechev

    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