-
Notifications
You must be signed in to change notification settings - Fork 197
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 support for Type Hinting #25
Comments
I think it does, to be honest. Type hinting is something I've been back and forth on actually. For bigger projects, it's basically essentail. I'm trying to find the best balance though, there is a bit of a learning curve for newer engineers not used to type hinting. Is there some way we can account for this? |
Just considered this idea also. Is this an option to create a separate branch similar as it's done with javascript and typescript in some other smartcontractkit repos? |
@vsevdrob yes, that would be awesome!! |
Is anyone working actively on this issue? I'd like to contribute on this. |
@nitul1991 Not sure... But it would be nice to see the first contribution on that theme! |
As now, Type hinting is strongly recommended by the whole Python community and is a huge step ahead while debugging, since that information can be used for static analysis.
The cost to add Type Hinting is minimal, requires small knowledge, and makes the code more robust, secure and readable.
Do you think that fits your project goals? If so, I can be a volunteer to this task.
The text was updated successfully, but these errors were encountered: