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

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

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

2 مستودعات

Awesome GitHub RepositoriesSyntax Verbosity Optimization

Guidelines for reducing boilerplate code and redundant syntax to improve maintainability.

Distinct from Type Parameter Declaration Syntax: Candidates focus on log verbosity or generic declaration syntax, not overall boilerplate reduction

Explore 2 awesome GitHub repositories matching software engineering & architecture · Syntax Verbosity Optimization. Refine with filters or upvote what's useful.

Awesome Syntax Verbosity Optimization GitHub Repositories

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

    github/swift-style-guide

    4,762عرض على GitHub↗

    This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source code. It provides a framework for maintaining clean and maintainable code through established conventions and formatting rules. The guide prioritizes composition over class inheritance by favoring value types and final classes. It establishes a policy for access control to manage boundaries between internal logic and external components through explicit visibility modifiers. The standards cover type safety optimization through immutable bindings and safe optional handling. A

    Reduces boilerplate by removing redundant type parameters and unnecessary self-references.

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

    Provides guidelines and automated rules for reducing boilerplate and redundant syntax to improve Ruby code maintainability.

    Ruby
    عرض على GitHub↗3,890
  1. Home
  2. Software Engineering & Architecture
  3. Syntax Verbosity Optimization