8 ms·
Avoiding the use of reduce/fold is a good thing even in teams with more experience in functional programming. The problem is not reduce itself, it's the code t
by revvx 7y ago
Avoiding the use of reduce/fold is a good thing even in teams with more experience in functional programming.
The problem is not reduce itself, it's the code that uses it.