-
Notifications
You must be signed in to change notification settings - Fork 36
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
MyPy type annotations #36
Comments
Hi @graingert, and thanks for creating this issue! I fully agree with your point. I don't have time to dive into mypy and type annotations at the moment, but it definitely is on the todo list :) |
Hi @vxgmichel! I know it doesn't contribute much value, but I hope you might accept my +1 for this feature request. I permanently use strict type checking because it allows me to catch errors before I even run the code. It also serves as a very, very effective form of documentation because I often know what I want, and I can work out what to provide based on the type hints. While I'm quite familiar with RxJS, I find myself moving very slowly with I've tried to progress by adding type annotations to the existing |
Hi! It looks like you've got it solved, but if you need an extra pair of hands I'm happy to help. |
This library is very functional and has an emphasis on composition - type annotations with generics would make using it much more robust
The text was updated successfully, but these errors were encountered: