Context-Driven Development: Architecture your code with Phoenix context
Presented at 2021 ElixirConf by Jenny Shih
Note: There are quite a few gifs in the slides. They can be only uploaded as still images so some effects are gone, but that doesn't affect the values this presentation wants to convey.
from Phoenix of fi cial guide “Sometimes it may be tricky to determine if two resources belong to the same context or not. In those cases, prefer distinct contexts per resource and refactor later if necessary. “ The cunning challenges of contexts