-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Type hints to the codebase #1705
Comments
I don't have major any qualms against it. I think they're useful for method signatures and class members. However, I'm not committing getting to a point where we are going to say we need type hints on everything. |
@leandrodesouzadev looks like you have the go-ahead on this. I'd suggest doing it piecemeal so you don't end up with too many merge conflicts from long living branches. And so you don't burn yourself out. Thank you! |
Looks great, baby steps all the way. |
That sounds good! Let us know if you need any help. |
@leandrodesouzadev circling back to this. How are things going? |
I haven't touched on the code base for a while now. |
Is there any plans to add type hints to the codebase?
As a newcomer to the project, i feel like there's a lot of places that could use type hints to better describe functions.
I'm willing to do the job! 🦾
The text was updated successfully, but these errors were encountered: