Skip to content

ECO-ARC-ARCH-015 — Tight coupling across bounded contexts

  • Category: Architecture (ARC)
  • Family: Architecture (ARCH)
  • Layer: Architecture
  • Tier: 3
  • Severity: note
  • Tags: coupling
  • Legacy ID: ECO-ARCH-015

Summary

Coupling increases coordination cost and failure propagation.

Rationale

Coupling drives accidental complexity and multiplies work.

Impact

{
  "confidence": 0.55,
  "notes": "Architecture review item.",
  "type": "reliability"
}

Detection

{
  "languages": [
    "org"
  ],
  "method": "hybrid"
}

Remediation

{
  "guidance": "Clarify boundaries; reduce synchronous dependencies.",
  "tradeoffs": "Refactoring effort."
}

Ontology

{
  "system_layers": [
    "architecture"
  ]
}