Skip to content

Another implementation of tic-tac-toe, this time focusing on the process of TDD rather than the design

Notifications You must be signed in to change notification settings

samsaradog/tttdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe using Test Driven Development

This iteration of ttt focuses more on letting the design evolve through writing tests rather than coming up with a high-level design before coding. Rather than verifying the design, the tests guide the design. This seems particularly handy when approaching a problem that seems either impossible or merely difficult to design.

About

Another implementation of tic-tac-toe, this time focusing on the process of TDD rather than the design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages