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.
No one said they should right? Just solve a problem instead of expanding the task.
Who needs TS anyways?
This comment is hidden because it contains spoiler information about the solution
I don't understand why people mark "minimalistic" code as best practice? Code is minimal but not neccecarily easy-to-read.
Code is supposed to be easy read by human. Machine can read ANY code.
Yeah but what about
a+bc,
ab+c?
Or is there math proof that above-mentioned expressions are guaranteed to be less than:
(a+b)c,
a(b+c).
This comment is hidden because it contains spoiler information about the solution
What the hell.....
This comment is hidden because it contains spoiler information about the solution
IMO not a best practice for beginner.