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.
Comments
Post a Comment