dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.62k stars 109 forks source link

Elixir Behaviour vs Protocol #113

Open SimonLab opened 5 years ago

SimonLab commented 5 years ago

What are the differences between behaviours and protocols

An example of behaviour are adapters: https://hexdocs.pm/ecto/2.2.8/Ecto.Adapter.html#content image

And an example of a protocol is https://hexdocs.pm/ecto/Ecto.Queryable.html image