Reusable Elixir Libraries (opens in new tab)
From keathley.github.io: One of my new goals is to try to make my elixir libraries more reusable. It’s an easy mark to hit if you only use modules and functions. But once you start adding processes, ETS tables, and other stateful constructs, the solutions get murky.
Read the original article