awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Coupling and Dependency Management · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesCoupling and Dependency Management

Principles focused on minimizing inter-module reliance and managing how components interact with one another.

Explore 1 awesome GitHub repository matching software engineering & architecture · Coupling and Dependency Management. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture Patterns
  4. Foundational Theory and Guidance
  5. Software Architecture Principles
  6. Coupling and Dependency Management

Awesome Coupling and Dependency Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • iluwatar/java-design-patterns

    iluwatar/java-design-patterns

    93,757GitHubView on GitHub↗

    This project is a comprehensive educational knowledge base designed to help developers master software engineering excellence through a structured catalog of design patterns and architectural principles. It provides a curated repository of best practices, programming heuristics, and implementation examples, all organiz

    Javaawesome-listdesign-patternshacktoberfest

Explore sub-tags

  • Coupling ManagementArchitectural practices focused on reducing the degree of mutual interdependence between software modules and components.
  • Inversion of ControlDesign principles where the flow of control is transferred from the main application to external components or frameworks.
  • Law of DemeterDesign principle that restricts object interactions to immediate neighbors to minimize coupling and prevent information leakage.
OrthogonalityArchitectural concept ensuring that components which are conceptually unrelated remain independent and decoupled from one another.