Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 563 Bytes

Test Driven Development kata

Simple repo to solve Test Driven Development Katas with Go.

Project structure

Each folder contains a single-standalone kata exercise.
You can follow the development flow by navigating the git history of the files. Each commit should be consistent with a single TDD phase.
At this link you can see the text of the exercises implemented.

Katas

  1. FizzBuzz: Completed
  2. StringCalculator: Completed
  3. PasswordValidation: Completed
  4. SearchCity: Completed
  5. POS: WIP