awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • swinject/swinjectAvatar de Swinject

    Swinject/Swinject

    6,708Ver en 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
    Ver en GitHub↗6,708
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Injection Patterns
  4. Initializer Injections