Go to file
Chris Mekelburg a05e5c3630 Checkpoint 2 docstrings
When writing docstrings, I was trying to decipher what the code was for,
rather than trying to figure out how to solve a problem. It involved some
backward thinking compared to writing code. I found it a bit easier than
writing code (although a lot of the methods referred to each other,
which made it a challenge sometimes).

I think I will include docstrings in the futre with more complex code, so
after writing a block of code, I don't forget what the code was for when
I come back to it later. I think it will be useful in the Games Project.
2024-11-10 22:04:00 -05:00
.commit_template Initial commit 2024-08-27 23:08:36 +00:00
.gitignore Initial commit 2024-08-27 23:08:36 +00:00
dice_stats.py update b/w checkpont 1 and 2 2024-11-10 19:54:32 -05:00
die.py Initial commit 2024-08-27 23:08:36 +00:00
play.py Initial commit 2024-08-27 23:08:36 +00:00
poetry.lock Initial commit 2024-08-27 23:08:36 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:36 +00:00
yahtzee.py Checkpoint 2 docstrings 2024-11-10 22:04:00 -05:00
yahtzee_goals.py Initial commit 2024-08-27 23:08:36 +00:00