Week (6/)7/8 Markov End-of-Semester Reflection
While the Markov assignment seemed daunting upon first viewing the assignment requirements, this revisiting of the task reveals a much simpler project than the caliber of code work that now occupies my mind. Firstly, having dove into the various design patterns that CST338 covers I now am curious to identify design patterns in code prompts. In this case the various methods of the code serve to "build" chains of text collectively into what could be argued to be a Builder pattern. The Builder pattern is categorized as a creational design pattern and thusly suggests how the code will best be formulated. Functionally, this mostly serves to inform the bigger picture as during the process I was heavily focused on following the prompt in more of a "flying blind" styled approach. In terms of how I would approach this project differently now, I can never stress enough that homing in on each of the respective r...