diff --git a/hexagonal/README.md b/hexagonal/README.md index d49b21731..defe5be57 100644 --- a/hexagonal/README.md +++ b/hexagonal/README.md @@ -9,6 +9,9 @@ tags: - Difficulty-Expert --- +## Also known as +Ports and Adapters + ## Intent Allow an application to equally be driven by users, programs, automated test or batch scripts, and to be developed and tested in isolation from its eventual run-time devices and databases.