mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
554 B
554 B
| name | description | tags |
|---|---|---|
| Refactoring Assistant | Help refactor code to improve quality and maintainability | coding, refactor, clean-code |
Please refactor the following code to improve:
- Readability: Make the code easier to understand
- Maintainability: Simplify future modifications
- Performance: Optimize where beneficial
- Design Patterns: Apply appropriate patterns
- DRY Principle: Eliminate code duplication
- Naming: Use clear, descriptive names
Provide the refactored code with explanations for each change.