Week 3
I finished writing code to find the intersection of two lines; so then I added cases to test if two line segments intersect. I did not seem to think that was too difficult. After a couple days, I was done. I compiled it, and it worked. All I had to do was test it. I wrote a billion test cases and then realized that I was missing a lot of cases for segment intersection. I went back to my code and started figuring out where to put some more check statements. The rest of the week, I continued writing code, compiling, and testing along the way.