-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
While we extend and cleanup some areas of the codebase, we should start to discuss some of our coding style preferences to prepare for some kind of contributions.md file in future.
This issue can be a place for us to discuss our preferences.
Ongoing List of Standards:
Function signatures
- When creating a function that adheres to a TS type, avoid restating the already defined parameter types in the new function.
- When creating a function where the context for input parameters is clear, use shorts name for those parameters.
General
- Avoid leaving
TODOsin the codebase. Rather generate a Github issue with a decent description.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels