Refactor Pass
Perform a refactor pass focused on simplicity after recent changes.
Workflow
Review the changes just made and identify simplification opportunities.
Apply refactors to:
- Remove dead code and dead paths.
- Straighten logic flows.
- Remove excessive parameters.
- Remove premature optimization.
Run build/tests to verify behavior. Use the
kramme:verify:runskill to run verification checks against the affected code.Identify optional abstractions or reusable patterns; only suggest them if they clearly improve clarity and keep suggestions brief.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.