|
|
|
|
|
by cle
2412 days ago
|
|
I've seen more bugs due to the cognitive overhead of reduce than writing a for loop. And then you don't have to wonder "Hmm is this a lazy stream? Concurrent?" You just look at the code, and know. (And I almost did a spittake thinking about C++ being more productive than Go.) |
|
Out of curiosity, in which language(s) were those written in?