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.
Ok it's done! Thanks for your help!
One last thing, you should put the reference solution in the
describe
blockSorry I forgot to delete it. It's done now.
The reference solution is still in preloaded
Fixed, thanks for the feedback it is my first translation.
Code should not be in preloaded
Comments should be removed
The fixed tests and random tests section should be separated in the test case part
Yes thank you thats the word I'm looking for!
Sorry about the delay (I lost internet connection). I added random tests for
title
andartist
:)What do you mean unrelated to the task? The task is to create a class that accepts two parameters, and has a function that calculates unique views. I think you must be just focusing on the function instead of the whole class. The only problem was that I forgot random tests, as you mentioned :) Thanks for pointing that out though.
I'm not sure what you mean by, "a variable which is never used", but this is just your opinion, not an issue :)
@Sensei Furgus
The tested value is not the unique views, (which would be the number of unique people viewing each day) but rather the number of new views (so excluding people who viewed on previous days).
Probably say something like new unique views, since you want both.
Idk whether you've changed anything but the description is still unclear about the expected output.
The
title
andartist
are unrelated to the task and should be removed.Firstly, there's only one fixed test, so it's effectively not tested at all. Secondly, asking the user to create a variable which is never used is a pointless and stupid requirement. Reraising.
They are tested
I don't see how this is a problem with the kata, this is a problem with your code. The kata is supposed to do that.
Thats what that means. I will change the discription to be more clear.
Loading more items...