Pattern Matching in Elixir
When I first started with Elixir, I was so used to imperative languages, I would think about how I would code something in one first and convert that to Elixir code. For example, here's a Java switch statement: public static String bottlesPhrase(int ...
Oct 6, 20205 min read373
