16

Using SOLID Principles with Hexagonal Architecture

The idea of having a set of principles to help us develop better software amuses me. Over the years, programmers have faced many problems; some happened so often that patterns to solve such issues emerged, giving rise to the so-called design patterns. These patterns have been employed to solve specific software development problems. Complementing design patterns that act more on recurrent and specific coding problems, ideas have emerged on tackling maintainability problems in software projects. A remarkable and influential set of those ideas has been synthesized into what is known as SOLID principles.

This chapter will explore SOLID principles and how we can tap into them while using hexagonal ...

Get Designing Hexagonal Architecture with Java - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.