414 B
414 B
Refactor Workflow
- Understand the current behavior that must be preserved.
- Inspect the relevant modules and dependencies.
- Identify safe refactor boundaries.
- Propose a scoped plan.
- Refactor incrementally.
- Review for:
- preserved behavior
- reduced complexity
- improved readability
- regression risk
- Summarize:
- what was simplified
- what was preserved
- remaining debt