TECH DEBT TRIBUNALFix Mutable Shared State
00:00Mid · ~25 min
📂 src/config
📄config.ts
📄HttpClient.ts
📄AnalyticsClient.ts
config.ts
HttpClient.ts
AnalyticsClient.ts
Loading...
Live Analysis
Cyclomatic ComplexityLIVE
0 / 4 target
Complexity is within acceptable limits.
ObjectivesPENDING
2 / 3
  • Freeze the base config with Object.freeze
  • HttpClient stops direct mutation
  • HttpClient uses createConfig
Acceptance TestsJest
/ 16
Submit to run acceptance suite.