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.
@Kirby Douglas Ellingson, since you want this site to live up to its potential, why don't you engage in the meta community, in Discord, on Github, in the kata and translation reviewing process, and so on? We could use some Eternal Optimists ;)
You are ablsolutelly correct @IThinkThatsKirby. Nonetheless, the goal of the Codewars project is not to teach that or another language (AFAIU from ToC), but to give a platform. You are right, some warriors provide comments to their solutions, however that's not the rule.
In case you are eager to find explanetions to solutions, you might google it. There are some on YouTube, GitHub, dev.to, etc.
At least, I put my point of view at this topic.
I am sorry, I meant, where is the code comments explaining what this does. What i really really ment was, why is this website not living up to my expectations. I see no code comments and single letter variables EVERYWHERE and it's up voted as best practices instead of clever. I am Eternal Optimist and it's like nails on a chalkboard to me. I want this site to be more than it is, I want this site to be what it could be. But back on topic. A line code explaining which way it sorts and how would be nice and best practice.
Would you please be so kind to eleborate your stayement, namely "where [is the] documentation."?
I am not absolutely sure that I am clearly understand you.
where documentation.
Don't use global vars, they keep their values between tests. Initialize them properly.
This comment is hidden because it contains spoiler information about the solution
[25 25 100 25 25 25 50 100 25 25 25 25 25 100 25 25 100 50]
Expected
: YES
to equal
: NO
but it is NO why should YES be here?
https://docs.codewars.com/training/troubleshooting#print-input
It doesn't seem broken
This comment is hidden because it contains spoiler information about the solution