Skip to content

Commit 5f5c74d

Browse files
committed
feat: Add guideline to prefer code generation tools over manual coding
1 parent 7343771 commit 5f5c74d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/plan.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ NOTE:
5050
- Distinguish between frontend and backend tooling.
5151
- For frontend tooling, check if 'agent-browser' cli is installed. If so, it should be used for validating visual changes.
5252
- Distinguish between unit tests and integration tests.
53+
- Prefer code generation tools over manual coding when there are scripts to generate code (e.g. relay, openapi-codegen, etc).
5354
5455
## Step 2: Plan the Tasks
5556

0 commit comments

Comments
 (0)