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. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Typesafety
Using
typing
and 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.
Beta Was this translation helpful? Give feedback.
All reactions