Hello,
So recently I’ve been learning about protocols and behaviors in Elixir. I made this small library called Digger in Elixir which uses protocols.
- Do you see any improvements that could be made?
- Any other thoughts or feedback you have are welcome.
Off the bat I thought about having one delegator to “delegate” all the methods. Right now everything is in its own separate “context” so that’s why I have a separate delegator for each context.
Thank you