You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python has added support for type hints since PEP 483, and I want to implement this into the source code. Type systems are of course a highly debated topic among programmers, I believe type annotations would help with readability and type checking would help with finding errors. Let me know if this is something that the community would be receptive towards.
The text was updated successfully, but these errors were encountered:
Python has added support for type hints since PEP 483, and I want to implement this into the source code. Type systems are of course a highly debated topic among programmers, I believe type annotations would help with readability and type checking would help with finding errors. Let me know if this is something that the community would be receptive towards.
The text was updated successfully, but these errors were encountered: