minus-squareverstra@programming.devtoProgramming@programming.dev•Anecdotally, programmers dislike "reduce"linkfedilinkarrow-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 linkfedilink
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