|
|
|
|
|
by philliphaydon
1328 days ago
|
|
Nope. Less code is not always better. Collapsing a loop into a single line lambda with single char variables doing 5 times is not elegant or better. It’s orders of magnitude worse. Less code is more readable. But absolute minimal amount of code can be unreadable. |
|