Integrating Our OTP Dependencies into Phoenix—Continued
Let’s explore other techniques for using Phoenix external path dependencies, umbrella projects, and contexts.
Using external path dependencies
Suppose we want to work with an external dependency but want the convenience of keeping everything in the same repository. In that case, we can take the same approach we did with persistence and use a poncho-style dependency. Poncho dependencies have an ever-so-slight coupling to their parent projects called an organizational coupling.
Benefits
The benefits of this are development independence with reduced ceremony:
-
We’ll be ...
Get hands-on with 1400+ tech skills courses.