codeinabox@programming.dev to Programming@programming.devEnglish · 6 days agoAnecdotally, programmers dislike "reduce"evanhahn.comexternal-linkmessage-square19fedilinkarrow-up135arrow-down10
arrow-up135arrow-down1external-linkAnecdotally, programmers dislike "reduce"evanhahn.comcodeinabox@programming.dev to Programming@programming.devEnglish · 6 days agomessage-square19fedilink
minus-squareverstra@programming.devlinkfedilinkarrow-up7·6 days agoIt’s aggregation in general. It’s the iterator function you can use to implement sum, or count, or both at the same time. This post is just saying that’s interesting that people dislike is more than say map or filter
It’s aggregation in general. It’s the iterator function you can use to implement sum, or count, or both at the same time.
This post is just saying that’s interesting that people dislike is more than say map or filter