bkaestner / codewars-rules

Arbitrary rules by an arbitrary Codewars warrior. THIS REPOSITORY IS LOOKING FOR A NEW MAINTAINER
https://bkaestner.github.io/codewars-rules/
Other
12 stars 5 forks source link

Best practices for C# #11

Closed bkaestner closed 9 years ago

bkaestner commented 9 years ago

The best practices for C# are currently missing. They should at least cover the same amount as the current JavaScript ones.

bkaestner commented 9 years ago

Maybe one should consider this a high-priority task. There isn't any documentation on NUnit or the C# testing framework in the docs, so many probably just copy&paste current test and use their non-NUnit C# knowledge.

The C# section should at least contain a link to NUnit.

bkaestner commented 9 years ago

Work on this has started on a new branch, see #13.