Tag Problem-solving

Reduce and the Ferris wheel metaphor

This is a short anecddote about how I approached teaching things to someone else. I recently had to introduce some Elm concepts to a coworker who had some experience with React and Redux. One of these concepts was List.foldl, a reduction function which exists in many…