Results for “filter-codes”
5 skillsclean-code
Improves code readability and maintainability by applying SOLID principles, meaningful naming, small functions, proper error handling, and DRY practices.
1
refactoring-patterns
Apply named refactoring transformations to improve code structure without changing behavior, guided by code smells and safe transformation sequences.
1.6k · bundle
anti-patterns
Identifies common software anti-patterns in code and suggests refactoring solutions to improve code quality.
1
code-smell
Scans a codebase for Martin Fowler's catalog of code smells, reporting each with location, severity, and refactoring recommendations, and ranks files to build a prioritized refactoring queue.
13
clean-code
Write readable, maintainable code through disciplined naming, small functions, and clean error handling.
1.6k · bundle