Go to file
Pat Wick 2938eb065d Added a filled square to tile design
I probably will, but I'm still not 100% confident that I know the use-case for a docstring
versus a comment. The quick Google search I did was "comments explain how code works, docstrings
explain what a piece of code does" but that kind of sounds like the same thing to me?

Either way, documentation is super important and while I try to solve a lot of readability by
appropriatly naming variables/functions, somethings a note to myself (let alone someone else) is
really needed to make the code usable again in a timely manner a year/month/week/day later.
2023-07-28 11:27:00 -04:00
__pycache__ Added a filled square to tile design 2023-07-28 11:27:00 -04:00
.commit_template Initial commit 2023-07-24 12:54:10 +00:00
drawtiles.py Initial commit 2023-07-24 12:54:10 +00:00
poetry.lock Fixed the start point and stride on prints 2023-07-28 10:52:58 -04:00
pyproject.toml Initial commit 2023-07-24 12:54:10 +00:00
ranges.py Fixed the start point and stride on prints 2023-07-28 10:52:58 -04:00
square.py resubmitting square.py 2023-07-24 08:55:04 -04:00
tile.py Added a filled square to tile design 2023-07-28 11:27:00 -04:00
tile_grid.py Added a filled square to tile design 2023-07-28 11:27:00 -04:00