Skip to content

Latest commit

 

History

History
 
 

tdd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Test Driven Development (TDD)

Following TDD methodologies helps us achieve a much cleaner code, higher test coverage and ensure we are following the YAGNI principle and make sure we are not optimizing prematurely, but above all, TDD helps the needs dictate the design.

Goals

  1. Understand the principals and methodology of TDD
  2. Practice, practice, practice and more practice

Exercise

  1. Bowling TDD Kata
  2. Implement Tic Tac Toe game using TDD

Resources