-
-
Notifications
You must be signed in to change notification settings - Fork 37
Complete TypeScript guidelines #69
Copy link
Copy link
Closed
Labels
Description
We've started a document which is intended to contain TypeScript guidelines, but it is severely lacking in content.
We should get to an MVP by adding the following guidelines:
- Use enums instead of union types
- Avoid type assertions, or explain their usage when necessary
Reactions are currently unavailable