TDD


The FizzBuzz Kata is the answer to the problems your math teacher used to tease you with. Tear the problem apart and implement it with rigorous TDD. Repeat. That’s what makes you master the craft. ► All Code Kata: http://goo.gl/uTSO9B ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 […]

Code Kata – FizzBuzz





In this episode I start to develop the game environment, i.e., the Universe. As I go along, I emphasize readability of tests and explain how to configure Eclipse to help with static imports. All code of this and all subsequent episodes is available in a Github Repository: https://github.com/salsolatragus/letsdeveloper Share this: 

Conway’s Game of Life #2 – Clean Tests and Static ...