We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5c74d commit 0302898Copy full SHA for 0302898
1 file changed
src/plan.ts
@@ -51,6 +51,7 @@ NOTE:
51
- For frontend tooling, check if 'agent-browser' cli is installed. If so, it should be used for validating visual changes.
52
- 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).
54
+- If typed languages are used, prefer concrete, safe types (e.g. unknown instead of any in TypeScript)
55
56
## Step 2: Plan the Tasks
57
0 commit comments