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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • uber/ribsAvatar von uber

    uber/RIBs

    7,923Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,923
  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Environment and Scoping Controls
  5. Dependency Scoping
  6. Protocol-Based Dependency Declarations