Test Driven Development (TDD) is a software development method where one writes the tests before the implementation. This article is the first in the Introduction to TDD series in which we will build the logic for the game Tic Tac Toe using TDD. We will do this by writing the minimal implementation to make the test pass, even if it means to return a hardcoded value.
Sort: