7 kyu
Digital Synesthesia
72 of 166FlixTron
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.
No random tests in C# (similar issues in JS except usage of
test.expect
....)Completely broken (JS), everything returns :
It's actually isn't broken for JS, can be solved, but you need to be really specific with your code
This is awfully under-specified kata, and testing is even worse :/
Test.assertEquals
, instead of the currentTest.expect
(and without a custom failure message!)A-F
, multiple colors, etc.Especially the last point, considering the amount of time I wasted trying to figure out why the heck I was getting "unspecified assertion error".
Little hint for somebody who stuck here for couple of days (as I did): the result has to be in upper case
Thank you! This should really be in the description, especially since the example tests don't cover colors with digits
A-F
in them.Interesting kata but unfortunately very bad description.
Very interesting kata, bit to low for lvl 7 but description is very unclear which makes this kata hard to finish. Hint - all chars are compared as music - space, colon etc.
Nice one!
Is the idea to swap out all characters EXCEPT ABCDEFG? So that something like the following test case:
z4 | z4 |\ z4 | z4 | z4 | z4 |\ G2 .G.G | (.G2 .G2) | G2 .G.G | (.G2 .G2) |\ w:ff G2 .G.A | ... and so on
becomes
GGGGGGGGGGGGA ... and so on
ignore spaces symbols and any character but the musical scale?
The requirement of the kata is MASSIVELY unclear, and the obscured test cases don't help at all either.
|: DFxBC :|
. I tried many things and the test case just keep telling me "you're wrong". This isn't helpful at all.Please revise the description, and add more example test cases and random tests.
My code is passing everything except the last test case. This has been driving me mad, could someone tell me what the test case is, so I can finally solve this! please. Edit: I'm using Javascript.
This comment has been hidden.
!
This comment has been hidden.
Yup, the last two characters (colon and pipe) are ignored. The result array should have three values.