CST 338 Week 5
1. Who did you work with?
Rene, Martin, and Krithika
2. What was your strategy for solving the Markov assignment?
I started off by reading the prompt thoroughly. Once I had a good idea about what I needed to do, I began writing a todo list. I started working on methods in the order they appeared on the prompt, but if a larger method required the use of a smaller method, I would finish the smaller method first. Once the program was providing output that looked correct, I used the unit test to help me find any discrepancies in my code.
3. What was THEIR strategy for solving the Markov assignment
My group mates took a similar approach to the assignment as I did. They all began by thoroughly reading the prompt. They all worked on the easier methods first, then tackled the larger methods.
4. How would you change your strategy having worked on the assignment?
One thing I thought I should do in the future is not rely on pre-made unit tests to help me fix my code. The unit tests are helpful, but they will not always be available to me when I am coding. I should try my best not to become overly reliant on them moving forward.
5. According to your classmate(s): how well does your code follow the Google Java Style Guide?
My group mates followed the style guide well. Their code was put together in a neat manner, and they all used comments to provide clear descriptions of their code. This allowed me to easily understand the logic in their code.
Comments
Post a Comment