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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 مستودعات

Awesome GitHub RepositoriesCoding Standards

Style guides and best practices for writing clean code.

Explore 10 awesome GitHub repositories matching part of an awesome list · Coding Standards. Refine with filters or upvote what's useful.

Awesome Coding Standards GitHub Repositories

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

    ossu/computer-science

    205,190عرض على GitHub↗

    يوفر هذا المشروع إطار عمل لمنهج علوم الحاسوب مصمم للمتعلمين ذاتياً. وهو ينظم الموارد الأكاديمية مفتوحة الوصول، بما في ذلك الكتب المدرسية والمحاضرات والواجبات، في مسار متماسك يحاكي متطلبات درجة البكالوريوس الرسمية. من خلال دمج الدراسة النظرية مع منهجيات هندسة البرمجيات العملية، تُمكّن المنصة الطلاب من إتقان المفاهيم الأساسية والمهارات التقنية المتقدمة بشكل مستقل. يتميز المنهج باستخدام سير عمل قائم على التحكم في الإصدار لإدارة التجربة التعليمية. يستخدم المتعلمون أدوات قائمة على المستودعات لتتبع الإنجازات الأكاديمية، والحفاظ على سجل دائم للواجبات المكتملة، والتحقق من صحة حلولهم التقنية مقابل المتطلبات المحددة. يشجع هذا النهج على تبني ممارسات هندسية قياسية في الصناعة، مثل تهيئة بيئات تطوير معزولة وإدارة تبعيات المشروع، طوال عملية التعلم. تدعم المنصة مجموعة واسعة من التطوير التقني، وتغطي مجالات مثل حل المشكلات الحسابية، والتصميم كائني التوجه، وتحليل البيانات. كما تسهل التعلم التعاوني من خلال منصات يقودها المجتمع، مما يسمح للطلاب بالمشاركة في التفاعل مع الأقران والتحقق من أعمالهم. يتم الحفاظ على المنهج كمورد مفتوح المصدر، مما يوفر دليلاً شاملاً لبناء الكفاءة المهنية في هندسة البرمجيات.

    Free online computer science curriculum.

    HTMLawesome-listcomputer-sciencecourses
    عرض على GitHub↗205,190
  • airbnb/javascriptالصورة الرمزية لـ airbnb

    airbnb/javascript

    148,081عرض على GitHub↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    A reasonable approach to JavaScript style.

    JavaScriptarrow-functionses2015es2016
    عرض على GitHub↗148,081
  • prakhar1989/awesome-coursesالصورة الرمزية لـ prakhar1989

    prakhar1989/awesome-courses

    69,107عرض على GitHub↗

    This project is a community-driven repository of high-quality, university-level computer science courses and learning materials. It serves as an open-source knowledge base, providing developers and students with direct access to structured curricula and academic resources designed to facilitate independent study and technical skill development. The repository distinguishes itself through a hierarchical taxonomy that organizes diverse technical subjects into a navigable structure. By utilizing markdown-based content curation, the project maintains a lightweight index of external links and refe

    A collection of online computer science courses.

    awesomeawesome-listcomputer-science
    عرض على GitHub↗69,107
  • wearehive/project-guidelinesالصورة الرمزية لـ wearehive

    wearehive/project-guidelines

    29,458عرض على GitHub↗

    This project is a comprehensive set of architectural and coding standards for organizing and maintaining high-quality JavaScript applications. It provides a framework for JavaScript project best practices across the full software development lifecycle, establishing unified guidelines for project organization and development. The guidelines cover specific standards for REST API design, utilizing resource-oriented interfaces and standardized HTTP methods. It also includes a web accessibility standard focused on semantic HTML and automated audits, alongside a defined Git workflow standard for br

    Best practices for JavaScript projects.

    JavaScript
    عرض على GitHub↗29,458
  • johnpapa/angular-styleguideJ

    johnpapa/angular-styleguide

    23,648عرض على GitHub↗

    This project is an architecture reference and coding standard for the Angular framework. It provides guidelines for organizing files, components, and services into a logical hierarchy to maintain consistent and readable TypeScript code. The guide focuses on enterprise application architecture and frontend code governance. It establishes a shared set of structural guidelines and development standards to ensure long-term maintainability and to assist in bootstrapping new projects without technical debt. The resource covers modular architecture guidelines, pattern-based code standardization, an

    Officially endorsed style guide for Angular.

    Vim Snippet
    عرض على GitHub↗23,648
  • uber-go/guideالصورة الرمزية لـ uber-go

    uber-go/guide

    17,573عرض على GitHub↗

    This project is a collection of guidelines and best practices for the Go programming language, providing a comprehensive style guide and set of programming standards. It establishes a framework for writing maintainable and performant source code through standardized naming, structuring, and organizational conventions. The guide focuses on specific patterns for concurrency, error handling, and performance optimization. It details methods for managing goroutine lifecycles to prevent race conditions, designing structured error wrapping and routing to maintain observability, and implementing memo

    Uber Go coding style guide.

    Makefilebest-practicesgogolang
    عرض على GitHub↗17,573
  • bbatsov/ruby-style-guideالصورة الرمزية لـ bbatsov

    bbatsov/ruby-style-guide

    16,546عرض على GitHub↗

    This project is a community-driven Ruby coding style guide and static analysis standard. It provides a collection of agreed-upon rules for syntax, naming conventions, and structural guidelines to ensure uniform code appearance and maintainability across Ruby projects. The project serves as both a human-readable documentation resource for developers and a machine-readable RuboCop configuration specification. This allows natural language style guidelines to be mapped directly to automated linting rules. The system covers Ruby code standardization, style enforcement, and project governance thro

    Community-driven Ruby coding style guide.

    عرض على GitHub↗16,546
  • airbnb/rubyالصورة الرمزية لـ airbnb

    airbnb/ruby

    3,890عرض على GitHub↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    A Ruby style guide by Airbnb.

    Ruby
    عرض على GitHub↗3,890
  • behzad888/aurelia-styleguideالصورة الرمزية لـ behzad888

    behzad888/Aurelia-styleguide

    24عرض على GitHub↗

    Aurelia Style Guide: A starting point for Aurelia development teams to provide consistency through best practices. http://aurelia.io

    An Aurelia style guide by the community.

    عرض على GitHub↗24
  • rust-dev-tools/fmt-rfcsR

    rust-dev-tools/fmt-rfcs

    0عرض على GitHub↗

    Rust code formatting and style guidelines.

    عرض على GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Coding Standards