Refactoring

Apply named refactoring techniques (Extract Method, Move Method, Replace Conditional with Polymorphism, etc.) organized by the classic catalog — Composing Methods, Moving Features between Objects, Organizing Data, Simplifying Conditional Expressions, Simplifying Method Calls, and Dealing with Generalization. Use when the user wants to refactor code, restructure without changing behavior, clean up a method/class/hierarchy, or asks how to perform a specific named refactoring or treat a code smell.

mdadul Updated

File contents

mdadul/agent-skills/tree/main/skills/refactoring commit 565edd9e38

Frequently asked questions

npx skillmds@latest add mdadul/refactoring