A monorepo for katas in C#
Generally speaking, katas are structured using the following convention:
[kata name]/README.md
[kata name]/technical focus
So, e.g. fizz-buzz/xunit
is expected to be:
- The fizz-buzz kata, specified by a README in the
fizz-buzz
folder - A sample implementation using the XUnit test framework in the
fizz-buzz/xunit
folder