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...
shuraev.hashnode.dev9 min readNo responses yet.