Lack of Type Hints in Code #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Issues that accepts hacktoberfest prs.
Summary
There's a lack of type hints in the code which makes the code less readable.
Requirement:
To increase Code Quality , add type hints to the code to make the code more readable and debuggable!
Example :
here
hasher = Hasher()
can be changed intohasher:Hasher = Hasher()
The text was updated successfully, but these errors were encountered: