Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.02 KB

readme.md

File metadata and controls

19 lines (15 loc) · 1.02 KB

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