Week 10 (3/12/2025 - 3/18/2025)
(Click on READ MORE for better formatting)
Hi everyone, welcome to my 10th blog! This is the Week 2 post for CST 338 Software Design.
- HW01 (Markov) - Reflection
- One of the main focus items for this week was to write the Markov.java class. Overall, I would say this was not a super difficult task. I was able to get the majority of the tests to pass easily, although addBadLineTest gave me a bit of a hard time. After modifying my regex parameter where I split each line of text into individual words to also account for the characters \t and \n, this was enough to get the test to pass. There is likely a better solution to this particular problem, but I believe it works just fine for the purposes of this assignment. All in all, Markov.java was a fun exercise that I believe will help prepare for the upcoming LDPM project.
That is all for this week, see you in my Week 11 post!
Comments
Post a Comment