mode Refactoring
refactoring-master-mode
**"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."** - Martin Fowler
More in Refactoring
command
cleanup
Find and remove dead code, unused imports, and unreachable branches.
View → commanddead-code
Find and remove dead code from the codebase.
View → commandextract
Extract a function, component, or module from existing code into its own unit.
View → commandrename
Rename a symbol (variable, function, class, file) across the entire codebase.
View → commandsimplify
Simplify code to improve readability and maintainability.
View → modeclean-architecture-mode
Expert in Clean Architecture, hexagonal architecture, and domain-driven design patterns
View →