Skip to content

ECO-DAT-DATA-014 — Stale feature flags accumulating

  • Category: Data (DAT)
  • Family: Data (DATA)
  • Layer: Data
  • Tier: 2
  • Severity: note
  • Tags: feature-flags
  • Legacy ID: ECO-DATA-014

Summary

Feature flags left indefinitely add complexity and runtime overhead.

Rationale

Stale flags increase cognitive load and sometimes runtime branching costs.

Impact

{
  "confidence": 0.5,
  "notes": "Mostly complexity-driven waste.",
  "type": "cpu"
}

Detection

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

Remediation

{
  "guidance": "Set expiration dates and cleanup workflows.",
  "tradeoffs": "Requires discipline."
}

Ontology

{
  "system_layers": [
    "data"
  ]
}