Week7/8 Learning Journal
Open Project 1 : Solitaire. Read through your own code. The code is organized and has a lot of comments. The comments are detailed and provided good information on what each method is doing. There were no issues with the code. The code was able to build and run. Going back through the code, I would leave a note of where the TODOs were and mark them as completed, so that I can recall exactly where I contributed to the pre-written code from the instructor. For the Pile class, I would change the order in which I wrote the code so that the code is easier to read and follow. The order I would change is for the methods in the java class to follow the UI test class. This would help to look for certain certain methods and what is being tested. Celebrate two victories from Project 1. Two victories of Project 1 is the code was able to build and run successfully and I learned a lot of how-to’s through the TODOs and had something to start with. Initially during the first part of the ...