-
Notifications
You must be signed in to change notification settings - Fork 4
Stricter static-type checking #14
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestrefactorChange implementation details but keep functionality stale.Change implementation details but keep functionality stale.reviewPieces of code that needs to be carefully reviewedPieces of code that needs to be carefully reviewed
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefactorChange implementation details but keep functionality stale.Change implementation details but keep functionality stale.reviewPieces of code that needs to be carefully reviewedPieces of code that needs to be carefully reviewed
Issue
Right now, static type checking is being done half-heartedly. We should embrace it and be as restrict as we can.
Proposed solution
Proper type facilities as well as a rigorous and unforgiving static type check using
mypy.