bastisawesome / guessinggame_ttv

A Twitch bot to play a word guessing game
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Typehints Should Pull From Typing #47

Open bastisawesome opened 10 months ago

bastisawesome commented 10 months ago

Issue names are hard... Anyway, as it currently stands there are multiple places where typehints are either too-specific (notably specifying a list where most iterables would fit) or would be better documented as Optional. Some time should be spent going through the typehints and ensuring they are clear and concise, and make use of types defined in the Python standard library as much as possible, to avoid unnecessary hinting.