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.
Really cool Kata, I loved solving it, even though it took me a while. Keep making more like this.
Thank you very much, I have learned a lot from this experience. Sorry for wasting your time
It's not that your kata was "hated", no. It's simply that Codewars collected a lot of content through they years which has many quality issues and caused troubles to users in one or another way, and requirements for kata and authors became quite strict, to prevent this. Put reviewers with poor social skills on top of this and you get what you experienced.
Two main reasons for the negative feedback your kata collected could be:
Docs are still work in progress in general, there's a lot of TODOs and gaps to fill, but they slowly get better and better. If you are going to create more kata, be sure to read through the linked articles, and if you do not understand something, ask. Articles explain how to get feedback early without risk of being bashed by reviewers with social skills of an ogre.
Please can you tell me why you hated it, at least? Was it just because it was to similar or is it something I actually did wrong?
Since the kata got retired, you do not have to do anything more. You cannot delete it.
Ah, okay, thank you.
Should I unpublish? What do I do from here.
Your encryption patter seems like a case of Vigenère cipher, and such kata already exists.
Huh? I don't see where that's the case.
And that's fine, but I'm afraid it won't leave beta phase, as it's already at the edge of retirement. No one really left any feedback for you why they downvoted it, but I'd guess it's similar reasons to what I'm saying.
I said I thought. I am sorry that you think this is too similar, I have checked some, but not all. Most are just fixed shifts, they only move by one thing for each letter and is given a number. You say 'one if', but the only thing it shares is a name and the fact that they both encrypt letters. I am ONLY saying this from the ones I have seen, so please don't take my words out of context again, I may be wrong and I DO agree that there are already some ciphers out there. I just thought this would be a dun first kata for me to make.
In what way? Have you actually checked for similar katas? Just from reading description I'm pretty sure this exact kata exists already, if not 95+% similar. And even if there weren't, adding 1
if
statement to it wouldn't make it unique.I can't see that, for me it says (s + f = y)
Ah, Ill fix that. s + d = w, but s + f = y. Sorry.
Why
s
+d
->w
ands
+f
->z
?(from fixed tests)
I don't think so, I didn't check, but I thought that a cipher that depends on the alphabetical position of encryption characters would be different from any out there
Have you tried it again?
Loading more items...