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.
And this is folks what you do when your middlemicromanager starts micromanaging based on how much code has been written aka "The more code, the more productive you are." or "Ammount of code lines matters!" aka the bigger the count of code lines the better the code must be.
Also this is big middle finger for micromanager just before you get relieved or fired or you leave yourself.
Thanks for the tip, got it now. Late night hours for coding fun = not thinking out of the box...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
C# testcases should be updated with "value + L". Right now they are "value + l" and compiler says "l" can be mistaken for "1", hence suggested use of "L".
This comment is hidden because it contains spoiler information about the solution