Week 3 Project 01 Code Review
- Was any part of the code a struggle for YOU?
I particularly struggled with
getting the defense and attack points tests to work properly as I was not
following the instructions for the subclasses, I set the individual monster values
but just kept failing to read “USE THE GETTERS/SETTERS” from the method description. My toString test
was failing due to somehow accidentally trying to resolve damage and health in
that method, I was reading the wrong method description while working on it. Figuring
out how to code up the type mashup between defender and attacker was tough as
well.
- Was any part of writing the code easy for YOU?
Ironically, I felt comfortable
getting some code together based off somewhat plain/not-completely-technical
language, I just cannot stress enough that I kept misreading descriptions. As
OOP was a distinctly spooky aspect of programming for me in the last couple
years, that is being well taught right now so troubleshooting/writing code for
extending a class and passing values in around different spots in the files
came fairly naturally.
- What is your biggest victory?
Firstly, every test that passed felt like my biggest victory. The first round is particularly memorable as the code was not running at all and I had many methods partially built, so the first time it ran 3 tests passed and I didn’t expect that many to work at once.
PDF Questions
- Who did you work with? The rest of Team 8 A.K.A CIGN Consulting: Ethan G, Keshab N, and Matthias I.
- What improvements would you make to your code/what was suggested?
- What did you struggle with?
- What did one of your teammates struggle with?
- What are you most proud of on your submission for Project 1?
Comments
Post a Comment