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.
No, they are inside the class so you can use them all you want. Being private just means they can't be accessed by instantiated objects.
You could remove the first line (empty code comment)
Not entirely, which seems to be my pitfall. I've unpublished the kata so that I can take more time to read through and understand exactly what it takes write an acceptable kata.
Did you already read the docs about authoring?
https://docs.codewars.com/authoring/guidelines/kata
https://docs.codewars.com/authoring/guidelines/submission-tests
Thank you for the feedback. It's helpful as this is my first authored kata. Wish the best!
Hi,
Cheers
I appreciate the raised issue. I published without editing the initial solution. It's now fixed.
This comment is hidden because it contains spoiler information about the solution