Skip to content

Test-Driven Development exercises implemented in multiple languages.

Notifications You must be signed in to change notification settings

totallyquiche/tdd-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Katas

Overview

This repo contains my implementations of various TDD katas, programming exercises intended to reinforce the skill of Test-Driven Development through practice and repetition.

Katas

String Calculator (source)

Tests a class whose primary function is to find the sum of numbers inputted as a deliminated string.

Bowling Game (source)

Tests a bowling game module which allows for rolling the ball and getting the current score.

Stack (source)

Tests a stack data structure (last-in-first-out). The class methods do not rely on built-in langauge methods for typical stack behavior (e.g. push, pop).

About

Test-Driven Development exercises implemented in multiple languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published