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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesProtocol-Based Dependency Declarations

Declaring required dependencies in a protocol that each RIB must satisfy, then implementing them in a component class.

Distinct from Dependency Scoping: Distinct from Dependency Scoping: focuses on declaring dependencies via protocols rather than restricting visibility to modules.

Explore 1 awesome GitHub repository matching devops & infrastructure · Protocol-Based Dependency Declarations. Refine with filters or upvote what's useful.

Awesome Protocol-Based Dependency Declarations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • uber/ribsAvatar de uber

    uber/RIBs

    7,923Voir sur GitHub↗

    RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of business logic called RIBs. Each RIB separates routing, business logic, and construction into distinct classes through the Router-Interactor-Builder pattern, with hierarchical dependency injection scoping dependencies per node and static analysis enforcing architectural rules at build time. The framework enforces automatic disposal of Rx subscriptions scoped to interactor lifecycles, blocking compilation when subscriptions lack proper disposal to prevent memory leaks. It supports v

    Ships a protocol-based dependency declaration system where each RIB defines its required dependencies in a component class.

    Kotlinandroidarchitectural-patternsarchitecture
    Voir sur GitHub↗7,923
  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Environment and Scoping Controls
  5. Dependency Scoping
  6. Protocol-Based Dependency Declarations