CST338 Week 5
For the Markov assignment I worked with Saria, Gary, and Rahim. My strategy was to begin by creating the methods that had no dependencies on other methods (endsWithPunctuation(String), endsWithPunctuation(String), etc.) and then work my way down the dependency tree. This worked reasonably well and, once complete, I passed all the tests except badLine. I need to change my string split from a simple space to all white space. When I watched the CST 338: Running Markov video, Dr. C goes mentions this issue and where to look and if I had watched this at the beginning it would have saved me time troubleshooting. Saria's method was to plan out the solution and create a UML diagram to visualize the relationships between methods. She felt her approach streamlined the coding process and significantly reduced her development time. My team members felt my code did well following the style guide which was a relief as I paid extra attention to this on this assig...