Atlantis TDD (4) Working with Legacy Code
After all this prep-work, it’s time to actually work on the game. Which game? I’m going to use Atlantis 1, […]
After all this prep-work, it’s time to actually work on the game. Which game? I’m going to use Atlantis 1, […]
I started this project with a simple Makefile. Eventually, I’d gotten to 30+ source files, and the Makefiles were getting
Before I get to write any more implementation, it’s time to write some tests for my interfaces. I like to
The first thing I’m going to need is a service provider that serves the interface to the game. I’m a