Replies: 1 comment 3 replies
|
If you want to do the PR and there are no large open PRs that would get conflicts, I have no objections. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Typesafety
Using
typingand implementing type safety in the project can be pretty useful in the long run as it improves readability, and can act as documentation within the code. Also, it will help catch any type-related bugs during runtime, therefore cool for development and debugging.I had an idea to make the whole codebase typesafe, so I decided to open a discussion first to see others' views.
All reactions