Skip to content

Commit 0302898

Browse files
committed
feat: Add guideline to prefer safe types in typed languages
1 parent 5f5c74d commit 0302898

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
@@ -51,6 +51,7 @@ NOTE:
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.
5353
- 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)
5455
5556
## Step 2: Plan the Tasks
5657

0 commit comments

Comments
 (0)