Categories
Archives
Monthly Archives: May 2018
Keyword list reduction
Keyword lists are often used to provide optional values, which are then processed (for example to initialize the state). One really nice way to do so, is with a reduce pattern. I’ve never seen anyone bringing attention to it in … Continue reading
Posted in Elixir, Pattern snippets
Comments Off on Keyword list reduction