Elixir Behaviour vs Protocol
Open
question
- Dominant language
- Elixir
- Stars
- 1.7k
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
What are the differences between [behaviours](https://elixir-lang.org/getting-started/typespecs-and-behaviours.html#behaviours) and [protocols](https://elixir-lang.org/getting-started/protocols.html)
An example of behaviour are adapters: https://hexdocs.pm/ecto/2.2.8/Ecto.Adapter.html#content

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

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.