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.
Ternary operators are very easy to read. The question mark is very good and it isn't clogging the screen. Simple and easy to digest.
No one said they should right? Just solve a problem instead of expanding the task.
Who needs TS anyways?
Other solutions use that as well.
This comment is hidden because it contains spoiler information about the solution
not everyone can write good code right away
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
beginner here. How do you learned this? seems soo difficult for me to learn those libraries.
Any tips for java beginners?
What the hell.....
This comment is hidden because it contains spoiler information about the solution
IMO not a best practice for beginner.