MicahWW / Python-Games

2 stars 0 forks source link

Documentation update! #69

Closed codyswanner closed 1 year ago

codyswanner commented 1 year ago

Updated docstrings (now with module docstrings), comments, some variable names (or in one case, a constant), and added TypeHints!

Standard language for "no args no return" is not settled, may still need changing (see issue #67 Standardizing "no arg no return" language). If changes are made, ensure the following methods are updated:

Places where I got distracted and changed more than just documentation:

Hey, only three is not bad for me! (Yeah, yeah, I'm working on not changing things outside the scope of a given assignment...)