Commit Graph

2 Commits

Author SHA1 Message Date
mbhatti4
0d3853c89f I added docstrings to the Yahtzee.py
When writing docstrings, I had to think deeper about what is happening at each line of the code and how it effects the final result.
Some methods had choices, so I had to run through how they made a choice.
When writing code, I have to also go bit by bit, but actually write out the code to make it work, rather than just "walking through it" when writing the docstrings.
Yes! I think it is helpful, especaily for longer codes. It can get a bit too much when there is a lot going on, so having doscstrings can help organize!
2025-11-11 14:59:09 -05:00
6c96e08130 Initial commit 2025-08-30 01:12:02 +00:00