Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:22 +08:00
commit fab98d059b
179 changed files with 46209 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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)
```