Skip to content

Commit 181e9ce

Browse files
committed
Add guidance to commit tests before proceeding in "First steps in mature projects"
1 parent 10e7120 commit 181e9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/getting-started/first-steps-in-mature-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ from the self-DM report and rendering only when tasks exist. Here is a rough out
6666
4. Implement tests first.
6767
- Add unit tests and acceptance-path coverage before production code.
6868
- Fix ESLint/TypeScript issues immediately to keep feedback clean.
69+
- Commit them before proceeding with the next step.
6970
5. Execute implementation steps in parallel when independent.
7071
- Keep changes small and traceable.
7172
- If reused UI pieces are too tightly coupled to another screen, stop and keep boundaries clean.

0 commit comments

Comments
 (0)