You need to sign in or sign up before continuing.×
Beta
Testing 'Food combinations'
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.
Multiple things wrong
is not tested for 1 element inputs.1 element input with two different foods (e.g
Fish and more chips
) is not tested either.There are no random tests.
Markdown formatting is broken.
Stumbled across this and really enjoyed it. While I had a false start with how :does_not_look_correct should work, I think that just makes it a four.
I'll second Giacomo's comment. Feel free to ping me to summon someone to solve your kata. Giacomo has my contact info :)
Thanks.
Definitely liking it, definitely in need of random test cases and definitely willing to translate it into both JS and Python ;)
In the meantime may I suggest to fix
capitazation
tocapitalization
in the description?Also, example test cases would be highly appreciated and feel free to use my private email if you want to summon someone to solve your kata ;)
Thanks. Fixed the spelling error and added some example test cases, let me know if you think there should be more.
I'll do the random ones when I can find a bit more time.
Same with my two Katas... I think too hard for 99,99%;-)?! Translated two 1 kyu Katas too, no reaction since days... Perhaps no C# developers here on codewars;-)?!
No-one wants to try this?
Too confusing? Too boring? Too hard?
Let me know.
Too confusing. The test
:does_not_look_correct
could be explained better. It’s not clear that we must check the format ofmethod
’s output specifically against the size offoods
(ignoring case). Also it’s not obvious that:does_not_look_correct
failure should halt further testing,:input_array_modified
notwithstanding.Otherwise, I really enjoyed this one.
Thanks for trying the kata and thanks for the report.
I've updated the Details with descriptions of the individual tests, do you think those changes would have answered your questions?
Nice kata, I want to solve it, but I'm waiting for Python translation, I don't know Ruby:(
Probably needs some random tests.
I don't know if I need to be more specific in the description about the requirements for the things to test for.
I'd hope that you've worked them out from doing the Food combinations kata.
Let me know your thoughts on this.