Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 842 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 842 Bytes

Birthday Greetings Kata in C

This is a porting to C# of the BirthdayGreetings Kata of Matteo Vaccari. The original cata can be found here. The documentation can be found here. The exercise that is meant to teach something about dependency inversion and dependency injection.

This is a refactoring of the BirthdayGreetings Kata C# of mamoo/birthday-greetings-kata-csharp.

This refactoring has been made to practice the kata on Mac OSX using VisuaStudio-Code -or- VistualStudio for Mac

14/02/2020 Updated to DotNetCore 3.1

To run the tests

dotnet test

Warning

A little bug has been intentionally introduced in the source code to check the test runtime.