Elixir Contexts in Action

This post aims to dive into the concept of contexts in Elixir by using real-world examples and understanding how it can help us keep our codebases manageable. Hope you like it!

4 Likes

Corresponding tweet for this thread:

Share link for this tweet.

1 Like

Nice article. I always appreciate a discussion of patterns and the Facade is just perfect in Elixir. I remembered when this context pattern was first introduced in Phoenix and all that was lost in the statement that “Phoenix is not your application”.

2 Likes