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.
using ToString() is a bad idea, because the ToString() can be overriden and it can return a different result.
The correct answer.
Lol no it doesn't
tryhards who are at 2 kyu coming back to 8 kyu's trying show off by doing them in some sad convoluted way while ignoring all the instructions :)
OK
it literally says use an if statement in the description. I guess it's clever to not follow basic instructions now :)
Ok, I mark the issue as resolved.
Yes, problem of mine. Sorry for this issue.
Amazing trick, but I can't realize how it works.
Please, could you give me some documentation for this method?
Why do you think it is a bug? you expect to get "Peter is 26 years, 9 months and 23 days old" but your solution returns "Peter is 09 years, 27 months and 1990 00:00:00 days old".
Can you check your code again
Hi!
There is a bug in this kata.
For example,
"The output expect Peter is 26 years, 9 months and 23 days old but it returns Peter is 09 years, 27 months and 1990 00:00:00 days old
Expected string length 43 but was 55. Strings differ at index 9.
Expected: "Peter is 26 years, 9 months and 23 days old", ignoring case
But was: "Peter is 09 years, 27 months and 1990 00:00:00 days old"
Hi!
I think, something wrong with this kata:
Test Results:
HumanReadableTimeTest
HumanReadableTest
Expected string length 15 but was 8. Strings differ at index 1.
Expected: "05:0-55:0-14695"
But was: "00:00:05"
------------^
Completed in 0.025432ms
It's C# version.