CST 338 Weekly Journal
Weekly Journal When I did HW1 at the start of the semester, I was still trying to figure out how everything in Java worked together. Furthermore, knowing everything that I know now, if I had to do it again, I’d definitely be more organized and plan things out better before even starting. Then, I’d break it up into cleaner methods and make it easier to follow, which would save me a lot of time in the long run. In addition, I feel like I’m a lot more confident now when it comes to using arrays, loops, and conditionals to solve problems without making things more complicated than they need to be for myself. I’ve also learned how to reuse code instead of rewriting the same thing over and over, and I’ve gotten better at making sure user input is handled the right way so the program does exactly what I want. Also, I feel like my debugging has improved slightly too, since I don’t just throw in random changes anymore and take the time to follow the code and find the real problems. I’ve l...