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.
Love the great usage of OOP. It's what Java was built for.
Haskell random test not working on random step
Maybe this is problem with Eq and Ord
Not.
There is one way to do nothing.
this is hot
The author is not responding. Closing.
Except that's not at all what I asked to you... (well, I wasn't clear enough)
you should print the output on CW, not on your ide. Ofc you get false when doing it on your idea, we already knew that. The interesitng part is that, when I tweak just a bit your code so that it prints the output on CW, here is what I get:
So there is definitely a problem, but seems to me it's definitely not in the kata itself.
This comment is hidden because it contains spoiler information about the solution
errrr...
seems to me that your code is telling true, here, and that it's not was is expected.
Print your output to the console to be sure, but imo, the problem is in your code.
yep, my code for this case return false
the real question is: is your code still returning false on that specific test on cw? If not, are you sure you're not reading the input of one test with the output of another or vice versa, or are you mutating something (I don't do scala)?
"put in an easier way": paste here the complete message you get on cw.
This comment is hidden because it contains spoiler information about the solution
See the "invalid", in there? Meaning the expected answer is false. So if the assertion fails, that means that your code isn't returning false.
corolary:
This comment is hidden because it contains spoiler information about the solution
Hi, i have some problem with this signature of option
when i try implement
fromOption
they always say that i have problem with this part
maybe it must be simple B
Do you can apply translation for scala language?
Loading more items...