Base repo for TDD workshop @ client K -> June 2018
Contains a template for running TDD workshops using the String Calculator kata
TargetLibrary - is where you write code
TargetLibrary.Tests - is where you write tests
Using dotnet core (c#), xunit, shoudly
Template contains a simple makefile to use
Some documentation in reveal-md inside docs/ folder, including the actual kata
can be found on the solved branch. each commit is a progression in the kata