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 a note about the typing module and gradual typing #45

Open
amontalenti opened this issue May 13, 2020 · 1 comment
Open

Add a note about the typing module and gradual typing #45

amontalenti opened this issue May 13, 2020 · 1 comment

Comments

@amontalenti
Copy link
Owner

I was listening to a Python coding standards talk today and there was a lot of discussion of typing in 3.x, mypy, and other related tools. This obviously introduces a slew of style questions -- off the top of my head:

  • should you introduce typing to a project, even if it mixes typed and non-typed code?
  • should you use mypy or similar type checkers as a standard part of a Python linting process, akin to using flake8?
  • how should the documentation advice (with reST and Sphinx etc.) be revised now that type annotations can be used directly on the code?
@amontalenti
Copy link
Owner Author

#48 is related.

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