Something important to consider when one is writing or editing kata: Is the concept behind this kata novel?
There are many standard exercises in programming that are well represented on CodeWars. Some examples include:
FizzBuzz [1, 2, 3]
Fibonacci Sequences [1, 2, 3, 4, 5, 5, 6, 7]
Reverse [1, 2, 3, 4, 5, 6]
(Palindrome should be added here)
When working on a kata, make sure to check that it has not been done already. Every new kata should ideally teach something different.
i like the idea, but, do we want this to work?
https://www.codewars.com/kata/reviews/5893f1e949da57bb7a0000fc/groups/5e26c34a236735000121b01e
First of all, the weights shouldnt only be 1 and 2.
Second of all, secret_weight, isn't very secret.
Lastly, why arent there any random tests?
Java Translation
By the nature of the kata, why is there no random tests?
Ruby, Javascript and C# translations. Please check and accept :-)
This comment is hidden because it contains spoiler information about the solution
@FixedGrey
,This kata is a duplicate.