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.
Resolved, new fixed and random tests for each requirement
I tried. :] It may also just be inexperience and insecurity showing.
I'm not sure there are Best Practices in BF. :P
Fixed
Thank you for all the help. I published a new one at https://www.codewars.com/kata/68879d6c77dbd29efef56292 if you want to check it out :)
Hey, I made some pretty big changes (basically changed the whole kata) but for some reason I can't republish it. Do I need to remake the whole thing?
Thank you for the help. I'll shelve this idea for now and work on some one-offs first. After I get comfortable, I can redo the series to start at a higher level. :)
Thank you for the feedback! I see what you are saying about the sample and submission tests. My idea was to create a fun adventure, and while the team progresses, so does the difficulty. Should I start at a higher difficulty level, like 6 or 5? Also, can you explain the unique idea part? Is that referring to the problem being unique or the solution? Thank you so much for your help!
I replaced random numbers with random primes, is that better (apparently it is, now your solution fails)?
Right now I can't quite do that because the testing system takes too much time for a single test with high period. I'll try to implement that as soon as possible.
fixed!
Should be
[0, 1, 2, 3, 6]
.Dumb mistake by me. Fixed.
I updated the assertion messages, can you check it out ?
This comment is hidden because it contains spoiler information about the solution
I've updated the kata:
num_to_russian()
requires Cyrillic outputs andrussian_to_num()
always receives Cyrillic inputs.Floats
section was updated, with much simpler "whole units" and "-ths".Thanks for your honest opinion and not frowning upon the kata for those issues.
Loading more items...