mypy and django-stubs: Use it or lose it #37
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: data.coop/membersystem#37
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We've added a setup for typechecking our stuff and enforcing compliance according to the types we define.
But that of course leads to lots of "code bureaucracy" and we can maybe decide if that's what we want or not. For instance, we have 0 tests, which is maybe more important than to spend time on type checkers?
Type checkers for the win - they do weed out bugs! Especially when we don't have that many tests :)