Refactoring Plan
Plan code refactoring strategy
Overview
Plan code refactoring strategy
Use Cases
- Professional coding projects
- Team collaboration and documentation
- Quick content generation with consistent quality
- Automated workflow integration
Template
Create a refactoring plan for:
Code component: {{component}}
Language: {{language}}
Current issues:
{{issues}}
Refactoring goals: {{goals}}
Include:
- Analysis of current code
- Proposed changes
- Benefits and risks
- Step-by-step implementation
- Testing strategy
- Rollback plan
Priority: {{priority}}
Properties
- component: Single-line Text
- language: Single Selection (default:
JavaScript
)- Options: JavaScript, TypeScript, Python, Java, Swift, and 3 more
- issues: Multi-line Text
- goals: Multiple Selection (default:
Improve readability, Reduce complexity
)- Options: Improve readability, Reduce complexity, Enhance performance, Better testability, Remove duplication, and 1 more
- priority: Single Selection (default:
Medium
)- Options: High, Medium, Low