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.
well, human beings I suppose
We?
Haha, it happens to all of us don't worry so much :3.
Yeah, you're actually right and I just was in an awful mood =) Eventually, I'm always complaining about too complicated code from my colleagues, when you start to think either you should change the area you're working in or use brain+google to understand what's actually going on =)
Because "Readability counts", I think :)
Multiline solution may be much more readable, than one-liner full of filter/map/reduce/lambda-s and thus more elegant.
Just my thoughts, I don't know how the best solutions are recognized.
alright guys thanks i see if i can find what is wrong with my code
I'm wondering why multiple line solutions on Python are recognized as best solutions when we are here to train elegant ones.