CST Week 5 Journal Entry
1. You can work with up to three people (you MUST work with at least one other person)
1. I worked with Sydney Stalker and Thomas Vandergroen
2. What was your strategy for solving the assignments?
1. My strategy was to complete all the stubs and empty methods, then after I do method by method. And if I run into a method calling another, I do that one then return back because I hate red errors.
3. What was THEIR strategy for solving the assignments
- My other teammates strategies were to do stubs first in all the classes, then do the methods. (Sydney) And Thomas’s strategy is to do the methods with the least amount of calls first.
4. How would you change your strategy having worked on the assignment?
- I do not think I would change the way I did my work. My strategy seemed to work and I like sticking with it.
5. According to your classmate(s): how well does your code follow the Google Java Style Guide?
1. My code had lots of spacing problems and just random white space, so it did not follow the style guide. I did not know I can automate some of the style guide rules. But I am glad I know now
Comments
Post a Comment