From c2f4194c07860c296666f6db1a3d4d85532f300a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 10 Apr 2016 21:49:40 +0300 Subject: [PATCH] Add alias name for the pattern --- hexagonal/README.md | 3 +++ 1 file changed, 3 insertions(+) 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.