CST Week 4

With whom did you work?

I worked with my group of Saria, Gary, and Rahim.

 

What was your strategy for solving the assignments?

 I started with the UML diagram and then moved to reading the whole prompt. Then I went and focused on one method at a time reading the prompt for that method in detail. I only started writing code once I had a general idea of what each method was meant to do.

 

 What was THEIR strategy for solving the assignments

 Their strategy was to begin by reviewing the prompt and analyzing the provided UML diagram. The diagram serves as a visual representation of the relationships between classes, fields, and methods. They then reread the class descriptions, paying attention to the purpose and data types of each field and method. With a clear understanding of the requirements, they started coding, using the prompt as a roadmap to guide me.

 

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

I would change my strategy in the order I did the methods. I went from the top down, but I think I would do it more based on dependencies if I were to do it again.

 

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

My code contains a bit too many spaces, I like to but my catch blocks on a new line and it is something I can clean up.

Comments

Popular posts from this blog

CST 334 Week 4

CST363 Week 1

CST 334 Week 7