mypy and django-stubs: Use it or lose it #37

Open
opened 2024-08-01 11:08:40 +00:00 by benjaoming · 1 comment
Owner

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?

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?
Owner

Type checkers for the win - they do weed out bugs! Especially when we don't have that many tests :)

Type checkers for the win - they do weed out bugs! Especially when we don't have that many tests :)
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: data.coop/membersystem#37
No description provided.