DEV Community

Discussion on: Explain REDUCE Like I'm Five

Collapse
 
vonheikemen profile image
Heiker • Edited

Maybe an image can help.
map-reduce-sandwich.

The interesting thing about reduce is that it can change the shape of the return value. In this sandwich example the cook could go out and trade the ingredients for a sushi and give you that. The responsability is on the cook (the reducer function).

So i guess that you can think of reduce like a restaurant where you have to bring the ingredients and the chef if you want to eat something. While preparing the food you pass each ingredient one by one to the chef, they do their thing and in the end hopefully you get a meal.