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.
Thank you very much for your suggestions, it will be fixed.(:
Issues:
ZeroTest
,BasicTest
) do not adhere to Java naming conventions.Random
is recreated on every repeated test. Maybe just aRandom
field in the test class, orThreadLocalRandom
, would be better?@Order
annotation to enforce random tests to be run as last.Suggestions:
Hello, the code would already be updated, when you can I would like to know if it would already be valid.
Thanks for the feedback!
Thanks for the feedback!
This comment is hidden because it contains spoiler information about the solution
Hi,
Cheers
Hello, the code would already be updated, when you can I would like to know if it would already be valid.
giveChange
, but sample tests and initial soluton setup contain methodGiveChange
.which is nice, but is still missing some useful info, and has some issues with formatting. My suggestion would be something like:
And use
doTest
also in random tests.billetes
? Maybebills
, ordenominations
?Thanks for your constructive criticism. I have edited the translation code. Could you take a look?
camelCase
)Assertions.assertEquals
are not necessary.Please see Translation authoring guidelines for ideas on creating good quality translations. Please visit Codewars Discord and
#help-translate
channel if you need help with creating translations.