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
TODOs in the codebase. Rather generate a Github issue with a decent 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.mdfile in future.This issue can be a place for us to discuss our preferences.
Ongoing List of Standards:
Function signatures
General
TODOsin the codebase. Rather generate a Github issue with a decent description.