Computer Science BS Journal: Week 10
This week in CST 338 the majority of the work was on HW01: Markov Text Generation. This one was a tough one for me. I ran into countless issues. The methods that gave me the biggest headache were the addWord() method and the addFromFile() method. I know once you read this you'll ask how I managed to make those two simple methods so very hard, and I'll just give it to you straight...overthinking, overcomplicating, and not focusing ON. THE. PROMPT. I turned what should have been a 4-6 hour assignment (honestly looking back it should have only taken me 2 hours or so if I hadn't made all the mistakes I did) into an assignment that took nearly 8 hours. In the end I had to request a team member to review my code and help point out my mistakes. I had previously tried to let AI review my code and suggest revisions (no pure answers for the code) to try and figure out where I was going wrong. At the end of the day it was my Markov method. I forgot to implement my Markov method. This...