Is defdelegate necessary?

Not only, it also adds @doc metadata to delegated function.

Generally it’s helper function which simplifies working with code. For sure it standalone does not have lots of benefits, but whole Elixir is written in way which allows you to write only code for your problem and not handle everything around, so in Elixir if you have need for defdelegate then use it.

7 Likes