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.
No random tests.
tests limit solution
Inefficient storage method, and you shouldn't build tests around them using your specific data structure "houses" unless you are going to provide it for them and make it mandatory in the kata description.
the houses array should be provided by default. I was not expecting to have to put the arraay myself. It's misleading.
JS :
I added sample tests, cleaned up the test suite, fixed the incorrect description, but there should be a stronger voting option than "dislike" when an author ignores 30+ issues on their kata.
the question is vague and allows people to change the question itself!
No sample tests, Houses array declaration is good (tricky to iterate) but should be moved into the code, considering kata is about differences between different array types in js. A link to some wiki in description would be handy as well.
No properly set-up (have to copy array definition from instruction)
This comment is hidden because it contains spoiler information about the solution
Needs some basic tests.
Should probably include a test case or two to get people started
Why are there tests that don't call the function? Are they checking to see I didn't do something that wasn't allowed? The instructions didn't say anything about any restrictions
not enough tests..
Targaryen error, unclear description, no tests.
The directions make it seem as though a houses array will be provided in the final test suite. I had to manually override the houses array.
Loading more items...