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.
Yes, I think the instructions should be more specific and tell people the format of possible inputs. Is empty array or None or [None] or [None, None] possible input? How to treat None? Ignore it or count it as a placehoder and treat it as 0? I can't figure out what's wrong with my code. I only got very short error message which just caused more confusion rather than being helpful! :(
Resolved until further notice.
Thanks. I've edited the description to include the points you mention.
I think "deactivate"(if there is such option) would be a immediate solution. Remove it seems a bit unfair with those who already solved the kata, they will just loose their solutions.
IMO the right way would be to disable the 500+ solutions rule for admins. Thus avoiding future katas to get stuck like this.
I already sent this suggestion to codewars. Let us see what codewars admins will suggest.
It's necessary to specify if it is possible to have:
As joh_pot said you are using
return
in the way that the execution of your method just finishes.For others questions/answers I would recommend you to take a look at the markdown spec, which can help you to write answers/doubts in the correctly formatted way.
Thank you for valuable feedback. I have implemented your suggestion. The description was weird but it kind of grew over time as I got more feedback from people. Thanks again.
Maybe the description could be improved a bit. What do you think about an approach with a more concise desc plus examples?
e.g:
pretty sure admins are able to fix this.