Cc Refactoring Guidance

Guides safe refactoring using Code Complete's fix-first-then-refactor discipline: decides between refactor, rewrite, and fix-first; enforces separate commits; applies small-change rigor to high-error-rate one-liners. Not for diagnosing the bug itself (use cc-debugging), transforming working code's complexity (use aposd-simplifying-complexity), or untested legacy code (it routes to welc-legacy-code).

ryanthedev e47b6a0 2 files · 9.8 KB Updated

File contents

ryanthedev/code-foundations/tree/main/skills/cc-refactoring-guidance commit e47b6a0eb7

Frequently asked questions

npx skillmds@latest add ryanthedev/cc-refactoring-guidance