In this episode I complete the Universe’s updating logic. During the implementation, I accept that redundancy is introduced into the production code. Stay tuned for the next episode where I make use of my test suite, to refactor the Universe. All code of this and all subsequent episodes is available […]

Conway’s Game of Life #3 – Updating the Universe


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




Pilot of my “Let’s Develop” (LD) project. In this episode I explain and implement the rules of Conway’s Game of Life in a TDD fashion. Share this: 

Conway’s Game of Life #0 – TDD