Thanks for the tip. I couldn't find one that was just a simple percentage/tax calculator. I thought it was a good opportunity to write my first one without diving in too deep.
I think I agree and just suggested a "readability" vote in addition to "clever". I'm tired of seeing the top solution be a one line. This isn't code golf, is it? :(
In addition to "Best Practices" and "Clever", what about having a "Readable" vote? I don't know, this may be covered by best practices, but I value readability. Thoughts?
The first one, as I mentioned, is compound. The second one does not show up when you search "tax".
But I get it... Thanks.
Thanks for the tip. I couldn't find one that was just a simple percentage/tax calculator. I thought it was a good opportunity to write my first one without diving in too deep.
I'll look into random tests.
I think I agree and just suggested a "readability" vote in addition to "clever". I'm tired of seeing the top solution be a one line. This isn't code golf, is it? :(
In addition to "Best Practices" and "Clever", what about having a "Readable" vote? I don't know, this may be covered by best practices, but I value readability. Thoughts?
This comment is hidden because it contains spoiler information about the solution
Orphaned 'for' index I assume
Why does it seem basically every Kata is iterative? Is it just Javascript?
How can we view the random tests? My code is passing about 60/100.