Live Coding - TDD FizzBuzz Part 4
First two requirements complete. Time to start the 3rd! Write tests, not just to drive the code; but for safety in the future! Don't modify existing behavior when making a test pass. I really like the Elvis Operator [https://en.wikipedia.org/wiki/Elvis_operator] "I know…