Wk04: Learning Journal Markov
I made it through week 4. Going back to the beginning of the week, I turned in the Super Maker midterm and it was horrible. A total failure. I thought spending the whole day on it would give me enough time since it was supposed to be timed within 110 minutes, but I got basically nothing done. I don’t want to think about the midterms anymore. So I spent the rest of the week working on Project 1. I hit some huge roadblocks and got stuck because it wasn’t clear that I had to extend the classes and use supers in the subclasses, so it took ages to finally get the unit tests to compile and let me start checking to see if all of my work actually worked. After figuring that garbage out it became enjoyable to code again and it felt rewarding getting all of the unit tests to finally pass with the proper inputs. The toString() override method was probably the most trouble with trying to get it to match the example output from the prompt. Also I had to filter...