Fizz Buzz Overthought, Project Euler #1, and Unit Tests
This. http://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/
And many other thoughts on overthinking fizz buzz. I'm going to overthink it, also. Why not?
This is a problem where the obvious unit test may not cover the cases properly. See https://projecteuler.net/problem=1 for a unit test case …
more ...