andrewt110216 / iq-tester-game

A Python command-line version of the classic brain game IQ Tester, available on PyPI. How few pegs can you leave on the board?
MIT License
0 stars 0 forks source link

Add Type Hints using typing Module #14

Closed andrewt110216 closed 2 years ago

andrewt110216 commented 2 years ago

I have decided it is worthwhile to add type annotations throughout the code.

Pros

Cons

andrewt110216 commented 2 years ago

Added typing to all source files