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.
Nice,concise implementation
Nice kata! I really liked how this one focuses on applying percentage changes iteratively — clean, realistic, and great for reinforcing reduce usage. Enjoyed the simplicity and clarity. Thanks for creating it!
I definitely did not think about using grep
approved by someone
Probably related to this: https://www.codewars.com/kata/5535572c1de94ba2db0000f6/discuss#662496f9b8f39f8dcefb53f1
Description seems perfectly fine to me.
the description is truly abysmal, this is supposed to be coding challenges not english challenges
Python tests should probably not allow this
Added the label to separate those tests.
I don't think so, you're creating the Dog class, which was already created, you only need to add the bark method to it.
But there is indeed a problem with the test label at least, because those where your code fails are objects already created, and the only label there is says
'Can you make newly created dogs bark?'and those 2 should be labeled'Can you make previously created dogs bark?'Your test is broken for python
Go Translation
Fixed for Ruby, in this fork
Ruby 3.0 enabled in this fork
Please use snake_case in Python, camelCase is hurting my eyes :(
Loading more items...