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.

4m read timeFrom fluttergamedev.com
Post cover image
Table of contents
Reasons to use TDDThe steps to Test Driven DevelopmentTesting in DartWhat's next?

Sort: