Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The kata specifies "polygons" but the tests only contains triangles and quads. There should be generic polygons with more sides.
Done. Thanks for feedback.
Random tests should be added.
duplicate (and even some others in there, I bet).
You should unpublish your kata, thx.
That is creative. I'll put the random tests back in.
Removing random tests is a bad idea.
https://www.codewars.com/kata/reviews/5f3aeef19ece19000123c502/groups/5f3ba73c9ece190001dcaafc
Got rid of the random tests. Also add some edge cases for test for empty string, and is the string contains letters.
No random tests.
Thanks for the report, changed it over to use NUnit
Sample tests are broken.