dglazkov / polymath

MIT License
132 stars 9 forks source link

Do more type checking #101

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

Especially with things like #100 it gets more and more likely we break something when refactoring.

Ideally we'd get to a point where every method had type hints and we flagged errors as we were working on it (e.g. in VSCode: https://www.emmanuelgautier.com/blog/enable-vscode-python-type-checking)