Daily Shaarli

All links of one day in a single page.

January 14, 2018

Two ways of looking at map functions

Map functions are hard to "get" in the abstract. This looks at two mental models that helped me understand them better.

Lessons Learned: Avoiding Primitives in Elm

Switching from primitive types to product types can improve confidence in correctness and compiler errors, but not without a cost.