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
Looks like we didn't have an issue for this yet, so here's one.
Good type checking can eliminate entire classes of bugs, but neither the Python language nor Liberapay's code were designed to be type checked, so it's not easy.
Add type annotations to the code so that mypy will actually do something. This should be done gradually, not all at once. MonkeyType might help get this done faster.
The text was updated successfully, but these errors were encountered:
Looks like we didn't have an issue for this yet, so here's one.
Good type checking can eliminate entire classes of bugs, but neither the Python language nor Liberapay's code were designed to be type checked, so it's not easy.
The text was updated successfully, but these errors were encountered: