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.
ahh damm this i didnt thought abt it . intresing approch i like it . but i would want someoen to help me understand this smart one
W O W..
out of my expectation..
this is really amazing approach
thanks guys
wow,nice!
I have no idea what's happening here
so creative!
wow. this is really smart!
I like the conciseness of this code, but it seems unnecessarily abstract. For me, an important aspect of readability is that code can be understood at a glance.
This is actually amazing. (im new to programming in general)
My local AI had to explain this to me, but now i learned something extra.
Can't wait to use this concept somewhere in my projects.
makes perfect sense. Clever!
Here I thought I was being cool with the match case lol. Im going to need my teacher to explain this one.
oh it's cool
Он совсем на ином уровне...
My man!
The reason this is very much not best practice is that it is very difficult for programmers to work together when type abstractions are violated. It is a great solution if the programmer is the only person that is ever going to rely on this code or need to modify it. If other programmers are involved, these sort of solutions can lead to unnecessary confusion and therefore bugs.
Also, if you are working on a personal project for long enough, you may look at a piece of code you did years ago and forget why your clever solution works or what it is meant to do.
crazy
Loading more items...