Week 11: Markov Java Assignment and Started Project 2
This week we worked on Markov and started Project 2 Who did you work with? I worked with Tasneem. What was your strategy for solving the Markov assignment? I wrote all the methods and fields without any context. Then I read the prompt before I started to do anything else. I wrote each method and if I could test that method I did. I ran the debugger when I had issues with the output. What was THEIR strategy for solving the Markov assignment Her strategy was to follow the UML diagram first and write out all the methods. Then, she split the methods into two branches and worked on them one by one. She did some debugging where necessary to make the code work. How would you change your strategy having worked on the assignment? Again I need to remember to write more comments and to do more commitments. According to your classmate(s): how well does your code follow the Google Java Style Guide Yes, she said I did.