Conway’s Game of Life



The WatchDog eclipse plugin gives us statistics about our testing behaviour. The plugin is part of the TestRoots project that aim’s at analysing testing behaviour and improving testing support in IDEs. ► The TestRoots Project: http://testroots.org/ ► An Interview about TestRoots and WatchDog: http://youtu.be/-06ymo7dSHk ► Let’s Develop! http://letsdeveloper.com ► Don’t […]

Eclipse – WatchDog Setup









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 ...