Conclusion: Testing Architecture Elements
Let's recap how testing architecture elements can help us build maintainable software.
We'll cover the following...
How does this help me build maintainable software?
The Hexagonal Architecture style cleanly separates between domain logic and outward-facing adapters. This helps us define a clear testing strategy ...