Week 13 (Markov)

1. Who did you work with?

        I worked with Thomas and Wai Moe to review our solutions to the Markov assignment.

2. What was your strategy for solving the Markov assignment?

        I began coding immediately. I tested code incrementally, and tested again when my code was in a completed state.


3. What was THEIR strategy for solving the Markov assignment?

        My teammates solved the Markov assignment by putting together a skeleton based off of the provided UML diagram and testing incrementally. They also worked through the simplest methods first then moved onto the more complex methods.


4. How would you change your strategy having worked on the assignment?


        I would've taken more time to examine what the project was about instead of being eager to start coding. This would've helped me understand what It was I was coding.


5. According to your classmate(s): how well does your code follow the Google Java Style Guide?

        According to my teammates, my code is well organized and conforms to the Google Java Style Guide. One comment was that I could've made use of the strip method to remove escape characters.

Comments

Popular posts from this blog

Software Engineering Week 4

Capstone Project Week 10

Capstone Project Week 11