
38: Maintainable Elixir with Saša Jurić
Thinking Elixir Podcast
00:00
Is There a Difference Between Core and Core?
I like to structure my applications as umbrella projects where I actually have an app called core, which has like a well defined API for interfacing with it. And then you have like a separate app, maybe called web or something like that. So what we want to have in the code is a clear dependency line. You don't want to have calls from the core back to the interface. Right? But let's get back to the problematic. We have like this interface and we have the core. What are some of the common problems people run into when they're trying to connect two different apps at once? They just can't work together because there aren't any rules on how to do it
Transcript
Play full episode