Open jkomoros opened 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)
@datastore
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)
@datastore