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

Continue adding static typing #2

Open
dfurtado opened this issue May 23, 2017 · 0 comments
Open

Continue adding static typing #2

dfurtado opened this issue May 23, 2017 · 0 comments

Comments

@dfurtado
Copy link
Owner

I've already started adding static type checking but there are still some places that are missing.

The idea of adding static type checking is that the code will be self-documented, making it easy to contributors get up to speed and start working on adding new features to the framework. Also, it will ensure that the correct values are being passed to the functions and methods, helping us during development.

For more information about optional static typing, check: http://mypy-lang.org/

@dfurtado dfurtado assigned dfurtado and unassigned dfurtado May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant