Loading...
Loading...
Found 3 Skills
Use when creating or modifying classes, modules, or functions. Use when feeling pressure to add functionality to existing code. Use when class has multiple reasons to change.
Single Responsibility Principle, ensuring that code files, functions, and modules have clear and single responsibilities. Applicable to all code files.
Refactor overly large code units into smaller, more focused components. Use when code has grown too large or complex.