Code Quality and Debugging Workflow
When to Use
- Implementing new features that require standard coding patterns.
- Reviewing pull requests or recent code changes.
- Investigating and debugging errors or unexpected behavior.
Phase 1: Coding Pattern Implementation
- Analyze Requirements: Understand the feature and constraints.
- Apply Patterns: Ensure the code follows the standard architectural patterns of this repository (e.g., MVC, specific design patterns).
- Write Code: Implement the solution keeping modularity and reusability in mind.
Phase 2: Code Review Checklist
Before considering the implementation complete, verify the following: