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.
Hi,
Keep in mind that for easy kata, the best approach is rather along the line of
do one thing and do it well
. Which is the opposite of what you're asking for here:For example:
May I remind you that you're not supposed to use CW to build challenges for your students?
cheers
Nice emoji, but
@test.it("Fixed Tests")
&&@test.it("Random Tests")
should be used insteadAnd the issues below as well ~~ (You should read --> test framework && authoring) (Or more info regarding the docs which is just on the left sidebar of CW ~~)
Duplicate of Sum of Array Averages
Python: function name should be in snake_case.
issue part:
describe/it
blocksI already gave you a link toward detailed documentation.Inspite of that, you keep posting new betas with every time the very same flaws. In case you didn't notice, this kind of kata has already close to no chances to survive the beta phase, but with the other flaws, it's definitely a "no go", sorry.
edit: those changes I ask for (coding aspects) are mandatory. If you keep ignoring those recommandations, you might end up seeing your hability to author kata withdrawn.
All of this is redundant. We already know that you will provide random values (if you didn't, that would be an issue).
Why are you asking for a
str
return value? If the return is a list of numbers, surely alist
ofints
would be a better choice.The description has to be updated. It's pretty confusing in it's current state
Hi,
Well, might be you didn't get the info earlier... If you're interested at authoring kata, you (really) should take a look at the documentation before doing another try.
For instance, this one and the previous (already retired) have the following problems (mainly):
cheers
PS: an advise: you should unpublish this one (before it gets retired anyway)
No random tests (despite having many tests still isn't considered as being random)
3000 tests is just too excessive, 100 is enough already
Python new test framework should be used in test cases part
Duplicate
Maybe you should read this in authoring better katas in future