-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
Description
Description
Currently, the project code does not use type annotations, which can make it difficult to understand data types and complicate code maintenance and refactoring.
Proposal
I propose to gradually add type annotations to the project.
Why is this important?
Adding type annotations will improve code readability, which will simplify code support and adding new features. Also a static analyzer of mypy type may reduce the number of bugs.