CST 338 Week 2
This week served as a great opportunity for me to familiarize myself with Git and Intellij. During the first week of class, I was not very comfortable with using Git and working with branches. I spent more time making sure I was doing this process correctly than I spent studying or writing code. After last week's assignments, I finally felt more comfortable with creating branches, and I was able to work through this week much more confidently. I still have a lot to learn, but the projects and labs we have done so far have provided me valuable repetition in working with Git. Additionally, the assignments we have done so far have made me realize that I like working on IntelliJ much more than Eclipse.
For the project, I did not have to spend too much time trying to get unit tests to pass, but there were a few methods in Reader.java that required more effort to make work. This week I spent most of my time working on the HW (Jotto), working mostly on the guess method and the methods that it calls upon. At first I could not get my code to work but I solved my issues using the debug tool. Without it, I would have probably put printline statements around my code until I figured out what I did wrong, and this would have been much slower and less efficient. With the debug tool, I quickly figured out that the issues were caused by my class constructor, and now I can continue working on the play and guess methods.
Comments
Post a Comment