Go to file
Thomas Naber f2917e0496 When writing docstrings, especially explaining
methods, the goal is to make it so that someone can read them and understand
what is going on in the code so that it could be recreated. It also helps if I
am going to go back and edit my code to know what I intended while writing it.

I, as a habit, always try to include docstrings/comments in my code.
2024-02-10 15:57:38 -05:00
__pycache__ When writing docstrings, especially explaining 2024-02-10 15:57:38 -05:00
.commit_template Initial commit 2024-02-05 00:25:51 +00:00
dice_stats.py When writing docstrings, especially explaining 2024-02-10 15:57:38 -05:00
die.py Initial commit 2024-02-05 00:25:51 +00:00
play.py Initial commit 2024-02-05 00:25:51 +00:00
poetry.lock Initial commit 2024-02-05 00:25:51 +00:00
pyproject.toml Initial commit 2024-02-05 00:25:51 +00:00
yahtzee.py When writing docstrings, especially explaining 2024-02-10 15:57:38 -05:00
yahtzee_goals.py Initial commit 2024-02-05 00:25:51 +00:00