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.
What do you think about a omniBool that is always false, for example omniBool == true (that is false) and omniBool == false (that is false)... the solution should be simpler and more elegant!
Caesar cipher is a duplicate
on the other hand, this or that shouldn't pass but do.
This comment is hidden because it contains spoiler information about the solution
the title and the description is really off
This comment is hidden because it contains spoiler information about the solution
Yes, this is my first kata and I'm on training! Sorry for the bad tests, now I publish a more complete suite.
Test coverage is laughably bad: only
true
,0
andnull
is tested. There are more falsy values than0
andnull
.