Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadding static type checking to basic_binary_tree.py #2293
Conversation
|
Another fellow type hinter! That's awesome @kanthuc |
|
Let's focus our type hints on function parameters and return values unless mypy says it needs a type hint. We do not want too much typing clutter. If mypy can interprate the type from the context then we whould not repeat if because it slows down the reader. Too much typing information is clutter. Why not automate this process of adding typing? |
TravisBuddy
commented
Aug 10, 2020
|
Hey @kanthuc, TravisCI finished with status TravisBuddy Request Identifier: 1f45aa20-db4f-11ea-bc40-19e33457b5db |
TravisBuddy
commented
Aug 11, 2020
|
Hey @kanthuc, TravisCI finished with status TravisBuddy Request Identifier: 15deadb0-db90-11ea-bc40-19e33457b5db |
kanthuc commentedAug 8, 2020
•
edited
Describe your change:
Adding static typing to basic_binary_tree.py towards issue #2128. If my changes are correct, I'll work on changes to more files
Checklist:
Fixes: #{$ISSUE_NO}.