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 ...
kahdev.hashnode.dev5 min read
Benjamin Silva Herrera
Software Engineer and Father. Love to learn, love to teach, love to build. CTO at recorrido.cl -> Ruby, Elixir, Vue / Stimulus
I hate there's no syntax highlighting for elixir