DiamondKata icon indicating copy to clipboard operation
DiamondKata copied to clipboard

Diamond in Csharp

Open HulinCedric opened this issue 3 years ago • 0 comments

Here is a Csharp version (targeting dotnet 6) of the diamond kata.

  • For approaches description, the Java documentation has been adapted to Csharp one.
  • For the incremental approach, I have taken test steps inspiration from Sandro Mancuso repository.
  • For the iterative approach, I have taken test steps from Seb Rose original blog post.

Let me know if there is something to improve or to adapt in order to be consistent with other languages skeleton.

HulinCedric avatar Dec 29 '21 11:12 HulinCedric