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.
camelCase != PascalCase
Usually it would not be the best practice because of variable leakage, but this kata is made for this xD.
as the others said, needs a better description
Added.
"Sum the elements of the list that are greater than 0."
All the elements are summed.
.
.
.
Updated.
.
I agree, that seems out of place.
What is the point of raising a half a dozen issues all stating the same thing?
.
.
I came across the same issue, but one could argue that camel case by definition starts with a lower case letter.
I suggest to improve the description to be more precice about the imput the method receives.
Something like:
"Only valid camelCase strings will be passed into the method. No PascalCase or sentence are passed"
Otherwise a sentence like "PascalCase is not camelCase, says Chris" would also lead to incorrect results. IMHO.
Loading more items...