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.
Solidity Translation
This comment is hidden because it contains spoiler information about the solution
now on dart
Translation Dart
The author is not active, all hope lies with the community.
the handling of acronyms / consecutive capital letters such as
"requestHTTP"is not clear: should it be"request H T T P"or"request HTTP"? the description should either specify it, or rule out 1-letter words( JS, Haskell, possibly others )
This is not tested.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/178.
Please join the discussion to help us identify duplicate kata and retire them.
This comment is hidden because it contains spoiler information about the solution
Improved Lua translation!
Rust translation:
Add a strings with multibyte character like "50¢". It is "50¢".len() == 4 because the cent symbol "¢" is two-byte character.
Perl Translation
Testing in ruby is not strong enough as invalid solutions like this can be easily
ATTEMPTmash-buttoned through.Needs random tests and sample tests, and tests shouldn't use
Test.expect.This output is not very good.
Needs definition of URL. (Preferably from an RFC.)
Not looking it up myself, because I fully expect tests to be .. informal.
Lack of test cases and clear definition of the problem..
Loading more items...