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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesCoding Standards

Collections of best practices and style guides for consistent codebases.

Distinguishing note: Focuses on human-readable conventions rather than automated linting tools.

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

Awesome Coding Standards GitHub Repositories

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

    vsouza/awesome-ios

    52,496عرض على GitHub↗

    This project is a community-driven directory of software resources, libraries, and tools designed to support iOS application development. It serves as a centralized reference point for developers, organizing a vast ecosystem of third-party components into a searchable, structured index to facilitate discovery and project integration. The repository distinguishes itself through its collaborative curation model, which aggregates disparate utilities into a single, maintainable catalog. By leveraging a flat-file documentation structure, it provides a clear overview of the tools available for nati

    Promotes community-recommended coding conventions to ensure maintainable and readable source code.

    Swiftapple-swiftarkitawesome
    عرض على GitHub↗52,496
  • charlax/professional-programmingالصورة الرمزية لـ charlax

    charlax/professional-programming

    51,116عرض على GitHub↗

    This project is a curated knowledge repository designed to support the professional development of software engineers. It functions as a comprehensive index of industry best practices, methodologies, and design principles, providing a structured roadmap for those seeking to improve their technical skills, architectural decision-making, and career trajectory. The repository distinguishes itself through a community-driven approach, relying on peer-reviewed contributions to maintain an up-to-date collection of resources. It organizes vast amounts of technical information into a hierarchical taxo

    Provides guidance on maintaining high standards of code quality and software craftsmanship.

    Pythonarchitecturecomputer-scienceconcepts
    عرض على GitHub↗51,116
  • realpython/python-guideالصورة الرمزية لـ realpython

    realpython/python-guide

    29,663عرض على GitHub↗

    This project is a comprehensive guide for Python development and application deployment. It provides standardized patterns for coding standards, environment configuration, and the management of language runtimes and package managers across multiple operating systems. The guide features a taxonomic mapping of libraries and third-party tools, organizing curated solutions to match specific technical problems. It establishes preferred tools and patterns for developers while offering alternative options based on project requirements. Coverage extends to the full development lifecycle, including d

    Provides a comprehensive set of best practices and style guides for maintaining consistent Python codebases.

    Batchfilebookguidepython
    عرض على GitHub↗29,663
  • rwaldron/idiomatic.jsR

    rwaldron/idiomatic.js

    25,712عرض على GitHub↗

    This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov

    Provides a collection of best practices and style guides for consistent codebase formatting.

    عرض على GitHub↗25,712
  • 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

    Provides a collection of agreed-upon rules for Ruby syntax and naming conventions.

    عرض على GitHub↗16,546
  • php-fig/fig-standardsالصورة الرمزية لـ php-fig

    php-fig/fig-standards

    12,517عرض على GitHub↗

    This project establishes a collection of interoperability standards for the PHP ecosystem. It defines common technical specifications to ensure that separate software projects and libraries can work together without compatibility issues. The standards cover a variety of core domains, including specifications for class autoloading through namespace-to-path mapping, shared coding style guides for codebase uniformity, and common component interfaces for services such as logging and caching. It also defines shared specifications for network communication to ensure consistent interactions between

    Organizes coding style rules into basic and extended tiers to balance strict uniformity with project flexibility.

    عرض على GitHub↗12,517
  • markyun/my-blogالصورة الرمزية لـ markyun

    markyun/My-blog

    11,232عرض على GitHub↗

    This project is a personal technical blog and frontend development knowledge base. It serves as a website for publishing study notes, technical articles, and interview preparation materials focused on professional web development. The project includes a specialized utility for migrating knowledge base content from the Yuque platform into portable external formats. It also implements a secure authentication system using the OAuth2 protocol to connect third-party authorization services. Additional capabilities cover web performance analysis for identifying technical bottlenecks through site sp

    Establishes a collection of best practices and style guides to ensure a consistent codebase.

    عرض على GitHub↗11,232
  • thoughtbot/guidesالصورة الرمزية لـ thoughtbot

    thoughtbot/guides

    9,556عرض على GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Provides shared rules for naming, formatting, and organizing code to ensure consistency across the codebase.

    Ruby
    عرض على GitHub↗9,556
  • bbatsov/rails-style-guideالصورة الرمزية لـ bbatsov

    bbatsov/rails-style-guide

    6,509عرض على GitHub↗

    This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby on Rails applications. It serves as a style guide, architecture reference, and development guide to ensure consistency across a codebase. The guide provides technical recommendations for establishing naming conventions and architectural patterns. It specifically focuses on organizing models, controllers, and views to separate business logic from data persistence and user interface presentation. The documentation covers a broad range of capabilities, including RESTful API desi

    Establishes consistent naming conventions and architectural patterns to improve long-term maintainability.

    عرض على GitHub↗6,509
  1. Home
  2. Software Engineering & Architecture
  3. Coding Standards