7 kyu
Band name generator
2,262 of 6,422jc66
Loading description...
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Scala translation
Very fun kata!
Java translation, please review
Don't know whats wrong with ruby but doesn't reconize a lot of methods, even simple ones like titleize()
In all languages, random tests almost never generate words with the same starting and ending letters
Fix for the Python version
Need to add to description a few words about "step-daughter" case. In the requirement nothing about such cases...
There is already an open issue about that.
Done
Thanks :)
Node v12 should be enabled.
As said by CamWalker below, in Go there is one (and only one) case out of the description, we're supposed to make uppercase a letter after a hyphen ("The Step-Daughter). I think this case should be merely removed, why have a special case in this language especially?
Ruby 3.0 should be enabled.
This comment has been hidden.
You're not doing this:
OP solved it, closing
There's a problem in Ruby
Could you be more specific? I've tested it and it works, remember strings are mutable in Ruby, you're probably doing that and affecting the expected output.
Some test is wrong for ruby
About Go translation: Strongly suggest adding tests for non-ASCII strings. Otherwise you're teaching to work with Go strings in a wrong way. Go strings implementation is "special": strings are byte arrays of UTF-8. Working with "character" indices of string directly, will lead to errors, if working with non-ASCII strings (as characters can be >1 byte). 90% of all solutions here will fail for non-ASCII strings.
I'm getting an issue in Golang where it is expecting "The Step-Daughter". According to the description, I think it should be "The Step-daughter"
I agree. Either the instructions need to be updated to include this case or the test needs to be changed to accept "The Step-daughter". The instructions make no mention if this possibility.
Would it be possible for michellescripts to update the random tests to accomodate this? I can then update the description to clarify this case.
This comment has been hidden.
I agree, and I open an issue since this is one.
Golang translation created, please review!
Wrong working with asian etc. languages Agree with https://www.codewars.com/users/metalim - solution should work using runes
Hi, I made a C# translation for this Kata, please review and approve.
'alr approved some time ago'
Python, Ruby and Crystal translations kumited, cheers :)
PHP Translation Kumited - please carefully review and approve :D
'alr approved some time ago'
My solution apparently has a bug for the Koreas. But I'm not sure that either "North Korea" or "South Korea" is a noun. Or that Korea should not be capitalised.
I've now removed "North Korea" and "South Korea" from the Test cases