Behaviour Dispatch Patterns in Elixir
Dec 14, 2025 · 9 min read · Behaviours as API Surface Many programming languages have the concept of interfaces. They allow us to separate an abstract definition of an API shape from its implementation. In Elixir, the closest equivalent is a behaviour. We describe a behaviour m...
Join discussion
