use defdelegate to create a stable, compact API
https://medium.com/@nature.exs/elixirs-defdelegate-an-underrated-tool-for-stable-apis-90a40618febf
intent is that although we may break existing consumers we don't ever have to again.
our API users shouldn't see or care about our internal module structure
use defdelegate to create a stable, compact API
https://medium.com/@nature.exs/elixirs-defdelegate-an-underrated-tool-for-stable-apis-90a40618febf
intent is that although we may break existing consumers we don't ever have to again.
our API users shouldn't see or care about our internal module structure