|
|
|
|
|
by dchichkov
4898 days ago
|
|
Precisely. And there is even a little bit more to it. 1. it reads "assign one of these values to sides[i]".
2. it would not allow some other peoples spurious code into the assignment.
which is a good thing.
3. space is used to convey meaning; note how sides[i] stands next to dists[i]; ternary operation is formatted as a table, etc. |
|