Refactoring Suggestions
Get specific refactoring recommendations for cleaner code
Analyse this code and suggest refactoring improvements: [PASTE CODE]. Focus on: (1) Reducing complexity, (2) Removing duplication, (3) Improving naming, (4) Applying [PATTERN — SOLID principles / DRY / design patterns], (5) Breaking large functions into smaller ones. Show before and after code for each suggestion.
Works on
🟢 ChatGPT
⭐ Claude
(Best)
Copy & Open in
Prompt is copied to your clipboard when you click
Tips for Best Results
- Refactor in small steps and test between each change
- Keep the external behavior exactly the same
- Prioritise readability over cleverness