Function/Method look up in Elixir/Ruby
This was a fun one to write because at one point I thought Elixir had inheritance(!!). I thought GenServer function injections were done through inheritance!
Spoiler: it’s not, it’s done through through defoverridable
https://dev.to/edisonywh/functionmethod-look-up-in-elixirruby-622
Read next End-to-end tests with Phoenix and Cypress in real life