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.
I'll check it out, thanks
merged
Link to previous kata added in this fork
Thank you for the help!
I put the input in the titles.
Kata retired.
Kata retired.
the original solution setup already extends the
String
prototype, it just does it in a worse way, astoJadenCase
will be an enumerable property that shows up in afor ... in
, which will confuse someone sooner or later. the function is also anonymous, which is bad style as well (entering"".toJadenCase
in a REPL will display a confusing[Function (anonymous)]
while"".split
will show the more coherent[Function: split]
).the kata is asking for two completely different things depending on the language:
it's almost a 50/50 split, so asking for a regular function in all languages would require too much work. and if i understand correctly, the Codewars admins are against removing language versions from the editor as it leads to inconsistencies in the Codewars database, so we cannot remove the languages that ask for a function either.
I think extending a class and writing a regular function are two sufficiently different things that they should not belong in the same kata. There should be another kata that asks for the extension and doesnt accept translations into languages that cannot do that.
I know this kata has some historical value due to its sheer number of completions and comments, so maybe it should be kept, but if content quality was the only factor i reckon it should be retired.
Ungolfed in this fork
seems to be so, changed
Looking at Voile's issue and kata's I've solved in the past, we are better of retiring this kata algother for being a duplicate.
Very frustating experience in C#:
When I try to change the C# version to 12.0 and then re-publish, I get the message "Default Version is not a supported version". Any ideas?
Mark
Fixed in this fork
Kata retired.
forgot to debug them actually, sorry
now they should compare the user solution with the reference one from expected as it should be
Loading more items...