lab_dice/.commit_template

29 lines
1.1 KiB
Plaintext

# -----------------------------------------------------------------
# Write your entire commit message above this line.
#
# The first line should be a quick description of what you changed.
# Then leave a blank line.
# Then, taking as many lines as you want, answer the questions
# corresponding to your checkpoint.
#
# Checkpoint 1:
# - Describe a problem you could solve, or a situation you could simulate,
# using classes.
#
# Checkpoint 2:
# - This checkpoint asked you to write docstrings explaining code. When you
# were writing docstrings, how was your thinking different from your thinking
# when you are writing code?
# - When you write code in the future for your own projects, do you think you will
# include docstrings?
#
# Checkpoint 3:
# - Solving problems by writing classes to represent parts of the problem is called
# Object-Oriented Programming, or OOP for short. Describe your experience with
# OOP while working on Yahtzee. How is this style of problem-solving different
# from the way you might have written a Yahtzee program in Units 1 or 2?