Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Technical Debt Paydown Roadmap
|
||||
**Sprint 1-2**: Quick wins (15 items, 20 hours)
|
||||
**Sprint 3-6**: Strategic debt (5 items, 60 hours)
|
||||
**Ongoing**: Prevent new debt (20% time budget)
|
||||
**Target**: Reduce debt by 60% in 6 months
|
||||
@@ -0,0 +1,5 @@
|
||||
# SQALE Calculation Example
|
||||
**Smell**: God class (500 LOC, 20 methods)
|
||||
**Remediation**: 4 hours (extract 3 classes)
|
||||
**Severity**: 3x (high complexity)
|
||||
**Debt**: 4h × 3 = 12 hours
|
||||
@@ -0,0 +1,7 @@
|
||||
# Value-Effort Matrix Example
|
||||
```
|
||||
High Value, Low Effort → Quick wins (do first)
|
||||
High Value, High Effort → Strategic (plan carefully)
|
||||
Low Value, Low Effort → Fill-ins (when time permits)
|
||||
Low Value, High Effort → Avoid (not worth it)
|
||||
```
|
||||
Reference in New Issue
Block a user