|
|
|
|
|
by django77
1864 days ago
|
|
I've usually seen more complexity with single for loops and having complex logic mixed with imperative approach also makes it a lot harder to read. Array methods convey meaning a lot better. There are some cases where performance matters, but usually the performence cost is negligible. |
|