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.
maaan my eyes... O.o
0_o
Can someone explain what is happening inside "if" statement? after for loop?
Thanks
This adds an extra array allocation, because the StringBuilder cannot be presized appropriately.
now that is called bad code
so get the thing, in this case an array at the ith index, and then since we know it is an array, just get the 0th index
in other words to match our example
I realize this is a year later but i figured i could still answer.
finally! a piece of code i can understand!
what does this line mean stops.get(i)[0]; ?
Thank you.
This doesn't return "" if both names are empty. There is no such test?