My Favorite Functions and Patterns: Function Clauses in Elixir
Elixir is far too generous. I realize how cossetted I am when I go to use function clauses in JavaScript. Because you can’t do that. I personally detest if statements, along with case — perhaps to a fault. Function clauses redeem me. Why? Because there is lawtable by which I abide: Let the complexity of […]
Continue Reading