Commit Graph

2 Commits

Author SHA1 Message Date
root 055f163409 completed checkpoint 3 by adding the yahtzee goals
At first, I had lots of difficulty trying to get used to OOP. However,
I do believe I am starting to understand it. It was not difficult to
expand the code since OOP was used. This method of problem solving
is more organized than how I would have written a Yahtzee program using
my past experience. I would have had to use many more functions and it would
be tougher to stay organized and expand as we had to do in this assignment.
I like how it was structured in the different files. This made it easy to
debug. This method of problem solving might be tougher to get started due
to its more complex nature, but the coder will reap the benefits when trying
to debug or expand the code.
2024-02-11 15:06:46 -05:00
root 97e1448a66 Completed checkpoint 2 by adding the docstrings.
Instead of trying to solve a problem, I was walking myself through an
already given solution to the problem. However, this is by no means
easy as you need to be able to figure out how the different functions
are connected. Also, the solution used isn't necessarily how I would
do it so I cannot make any assumptions.
I would use docstrings if I planned for someone else to use and try to
understand my code or if it was a complicated project. If not, I would
probably stick to a few comments here and there.
2024-02-07 17:37:57 -05:00