Refactor and clean up code following best practices
claude-sonnet-4-5misc/Clean up and refactor the following code to improve readability, maintainability, and follow best practices. ## Code to Clean $ARGUMENTS ## Cleanup Checklist for Solo Developers ### 1. **Code Smells to Fix** **Naming** - Descriptive variable/function names - Consistent naming conventions (camelCase, PascalCase) - Avoid abbreviations unless obvious - Boolean names start with is/has/can **Functions** - Single responsibility per function - Keep functions small (<50 lines) - Reduce parameters (max 3-4) - Extract complex logic - Avoid side effects where possible **DRY (D...
Clean up source code directories by removing build artifacts, dead code, and organizing files
Clean up source code directories by removing build artifacts, dead code, and organizing files
Refactorise et nettoie le code en suivant les bonnes pratiques
Refactor and clean up code following best practices
Clean up and optimize code quality