Skip to content

tadelv/dependencies-case-study

Repository files navigation

Swift-Dependencies Case study

Separating live implementation from test implementations

This case study demonstrates one possible way of structuring your dependencies using swift-dependencies. Separating implementations into modules, one module holds the test implementations (interface) while another holds the live implementation (definition).

The definition is then linked into the final executable, while still using the interface for previews. Additionally, separate feature modules need only depend on the interface and not on the definition at all.

About

Case study of structuring a projects dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages