Retired
make necklaces of pearls. (retired)
13robiulhr
Loading description...
Algorithms
Arrays
Data Types
Strings
Fundamentals
Logic
Conditional Statements
Control Flow
Basic Language Features
Loops
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.
Kata is horribly underspecified and much too tedious to reverse engineer. Would not recommend.
Also, pearls from snails? Rly ?!?
In my language, the word we use for "snail" can sometimes (not very precisely tho) be used as a more general term for different kinds of "mollusc", like snails, slugs clams, oysters, etc. I think the pearls coming from snails can be a language issue.
If you're interesetd at authoring kata, read the whole documentation about it before your next attempt, plz.
cheers
PS: and this time, don't close the issue unless you actually fixed the problems, thx.
thank you very much for your advice. it was my first attempt. So, I will read the documentation properly and solve the issues. And next time I will keep these in mind.
:+1:
Hi, all issues you mentioned are resolved now.
I found the instruction
Note: Avoide all special characters and Numbers.
ambiguous. E.g. one of the test cases has1960s
- should this be converted toS
, i.e. ignoring the first 4 characters, or should it not contribute to the solution at all (so converted to''
) as it contains numbers and the instruction says to avoid these? Test expect the former, but the language of the instruction could be easily misintepreted.I would suggest something along the lines of
Note: Special characters and numbers should be removed before checking the legnth of any words
.thank you for your suggestion.
Description does not specify what constitues a word
Function with multiple inputs are considered bad practice
This comment has been hidden.
thank you.
Why did you close the issue?! It's not fixed.