Add development workflow guidelines: introduce new rules for task progression, testing, and code refactoring to enhance development practices.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
description:
|
||||
globs:
|
||||
alwaysApply: true
|
||||
---
|
||||
Rule Name: development_workflow.mdc
|
||||
Description:
|
||||
- Do not move on to the next step of a task until user has confirmed the previous stage is finished. Pause occasionally and ask the user to accept changes.
|
||||
- Run tests after changing code functionality.
|
||||
- Use TDD principles where applicable.
|
||||
- Before implementing code, consider if it is worth refactoring any code in the working area to be more clean, modular, and readable.
|
||||
Reference in New Issue
Block a user