Skip to content
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

Open
igormorgado opened this issue Sep 26, 2021 · 5 comments
Open

Add support for Type Hinting #25

igormorgado opened this issue Sep 26, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@igormorgado
Copy link

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.

@PatrickAlphaC
Copy link
Contributor

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?

@PatrickAlphaC PatrickAlphaC added the enhancement New feature or request label Oct 12, 2021
@Sevamove
Copy link
Contributor

Sevamove commented Apr 14, 2022

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?

@PatrickAlphaC
Copy link
Contributor

@vsevdrob yes, that would be awesome!!

@nitul1991
Copy link

Is anyone working actively on this issue? I'd like to contribute on this.

@Sevamove
Copy link
Contributor

@nitul1991 Not sure... But it would be nice to see the first contribution on that theme!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants