Automatisierungswerkzeuge
Refactoring Techniques
Comprehensive reference for 66 classic refactoring techniques.
Use when asked to refactor code, improve code structure, simplify methods, reorganize classes,
clean up conditionals, or improve method signatures. Triggers on: "refactor this", "simplify",
"extract method", "move field", "inline", "encapsulate", "consolidate", "decompose",
"replace conditional", "pull up", "push down", or any specific technique name.
Covers 6 categories: Composing Methods (9), Moving Features (8), Organizing Data (16),
Simplifying Conditionals (8), Simplifying Method Calls (14), Dealing with Generalization (12).