Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

This approach is not Test-Driven Development. In TDD, tests are written for the requirements before the software is written itself.

I'm happy that you have found tests can speed up your development process by bolstering your confidence in your changes, but there is no need to spread misinformation and call it more than it actually is. You're just adding unit and integration tests, not following TDD.

Fair enough, I have posted a clarification edit on the article. I do think that the precise name of the process I’m using is not so important to the message I’m sending, and the audience I’m targeting.