Elixir Contexts in Action
I shared in this post some thoughts about organizing Elixir applications with contexts with real-world code examples.
Contexts are a simple yet powerful technique to handle complexities in an Elixir codebase. They are all about organizing applications through namespaces that group together the business logic for a specific domain or feature of the application, allowing us to break down the code into smaller and simpler chunks.
Read next Thinking Elixir News 135