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

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

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

1 مستودع

Awesome GitHub RepositoriesInitializer Injections

Injects dependencies through initializer parameters, leveraging the type system for automatic resolution.

Distinct from Dependency Injection Patterns: Distinct from Dependency Injection Patterns: focuses specifically on constructor-based injection rather than general DI patterns.

Explore 1 awesome GitHub repository matching software engineering & architecture · Initializer Injections. Refine with filters or upvote what's useful.

Awesome Initializer Injections GitHub Repositories

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

    Swinject/Swinject

    6,708عرض على GitHub↗

    Swinject is a dependency injection framework for Swift that manages object creation and wiring through a centralized container. It resolves dependencies by looking up registered service types at runtime, supporting iOS, macOS, and Linux platforms. The framework provides multiple injection patterns, including initializer injection where dependencies are passed through initializer parameters, property injection that sets resolved dependencies on stored properties after object creation, and method injection that calls methods with resolved dependencies as arguments. It handles complex dependency

    Injects dependencies through initializer parameters, leveraging Swift's type system for automatic resolution.

    Swiftdependency-injectiondi-containerinversion-of-control
    عرض على GitHub↗6,708
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Injection Patterns
  4. Initializer Injections