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.
Can someone tell me if my logic is wrong or there is a bug?
Description says: generate(1,3) should create 3 sets of numbers (for number 1, 2 and 3)
So logicly generate(1,2) should generate 2 sets of numbers (for 1 and 2)
but tests in PHP for generate(1,2) wants only 1 set of numbers.
This comment is hidden because it contains spoiler information about the solution
Description should be language-agnostic
Linking a core concept to solve the kata to an external source is bad, should have mentioned it in the description with clear examples
Java:
Actual and expected are swapped
JUnit5 should be used
Unnecessary logs should be removed
typo in the title: "extenTions" --> "extenSions"
This was a horribly written question. Given there is no opportunity for follow on questions the question needs to be rewritten, especially as the SQL syntax to solve is not actually very complicated.
Additionally at least some sort of idea what the expected result set looks like on an apparently "simple" problem would be helpful as this is supposed to be about learning and practice.
0/10 would not recommend.
If you replace names for all clans with [no clan specified] and return only one row it still passes.
JS fork
mocha/chai
assertions +lodash
for randomnessThis comment is hidden because it contains spoiler information about the solution
Lua translation!
javascript default tests are not testing what is being said (the return type is not an issue, but the value is).
Haskell translation is not a bug fixing kata.
JS Node 18. should be enabled
Description has unnecessary
<p>
and<select>
tag, should be removed.Why does the testing fail if there comments? I feel like that's unnecassary.
Loading more items...