Commit Graph

  • 2a56bc667e Add assessment main Chris Proctor 2024-03-03 11:57:07 -0500
  • 2a28d355df My experience with OOP was interesting, as I had the opportunity to experience it from the perspective my students do. OOP is helpful in this case because it allows us to break down the steps of yahtzee and compartmentalize them so that, if we want to change one thing, we do not need to change the entire program. If we were to try and write this program in Units 1 and 2, we'd need to use multiple different functions, which each depend on each other. This would be more unwieldy and much more difficult to make updates to. Thomas Naber 2024-02-22 20:56:33 -0500
  • a272ef3459 Will complete this when it's done. Thomas Naber 2024-02-22 12:32:29 -0500
  • 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. Thomas Naber 2024-02-10 15:57:38 -0500
  • 345bf34667 Initial commit tnaber 2024-02-05 00:25:51 +0000