CST 338 - Week 5
Hey everyone! Here is an update on my week. We did two major things: started planning to build our own app and coding a text generation program called Markov.java. We then reviewed our MArkov.java with our classmates. Here are some analysis questions.
- Who did you work with?
I worked with my classmate, Adan Valadez.
2. What was your strategy for solving the Markov assignment?
I first started writing the methods according to the UML diagram provided. Then I created two branches, and divided the methods into both those branches. I started to work through my methods one by one, debugging when needed.
3. What was THEIR strategy for solving the Markov assignment
Adan first wrote all the methods without any context. Then he followed the instructions and completed each methos. He tested the methods when possible as well. Finally, he debugged the code where needed and completed the program.
4. How would you change your strategy having worked on the assignment?
I think I would have read the instructions more carefully I tried to understand what we needed to do properly to avoid silly mistakes.
5. According to your classmate(s): how well does your code follow the Google Java Style Guide?
According to Adan, I followed the Google Java Style Guide properly.
Well that was my week this week. Next few weeks will be busy with the group project but looking forward to completing it!
Comments
Post a Comment