CST338 March 26th - April 1st Week 04

1. I worked with Joshua, Kha Ai, and Vladimir on discord to discuss our LDPM project.

2. For the first lab my strategy was to write out all the stubs and worked through each function/method one by one making sure they pass the test. Some methods that calls on other methods required ensuring those methods were written out correctly first so I made sure those passed before doing any methods that calls other methods.

3. Vlads strategy was to start implementing the methods in the order that they were listed on prompt document. I did not necessarily plan it out, just followed the order. I did not attempt to run the tests until I had a rough draft of how I thought each method should be implemented. Then I began debugging to see what I needed to fix.

4. After working on the assignment, I think learning how to debug properly better next time would make this a lot more easier regarding break points and seeing what the values are as the program runs.
5. My code kind of followed the Java Style guideline. I was not aware you can automate some of the style guide rules.
6. The most challenging part was the toString() function for me, for some reason I wasn't able to comprehend it at the time and that caused a lot of issues.
7. The most interesting part of the project was the "pocket monster" portion, as I just got into pokemon with my daughter so I thought it was fun and I was fully invested in the project.
8. The learning experience.
9. I personally didn't celebrate, but I fully plan to celebrate everything i've done at CSUMB once I finish my degree.

Comments

Popular posts from this blog

CST Module 4 January 29th - February 4th

CST300 Module 1 January 8th - January 14th

CST Module 3 January 22nd - January 28th