←
TECH DEBT TRIBUNAL
Mutable Default Arguments (Python Anti-Pattern)
⏱ 00:00
Junior · ~15 min
Explorer
Briefing
📂 src/cart
📄
cart.py
📄
test_cart.py
read-only
cart.py
test_cart.py
🔒
Loading...
Live Analysis
Cyclomatic Complexity
LIVE
0
/ 4 target
Complexity is within acceptable limits.
Objectives
PENDING
0
/ 3
○ Fix add_item — use None sentinel instead of mutable default
○ Fix build_headers — use None sentinel instead of mutable default
○ Use None as the default value in all signatures
Acceptance Tests
pytest
—
/ 9
Submit to run acceptance suite.
▶ Submit Refactor