From a7dfe7681eae826660dc2175baacb0e2f06f6fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 11 Apr 2016 23:17:27 +0300 Subject: [PATCH] Add alias names --- hexagonal/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hexagonal/README.md b/hexagonal/README.md index defe5be57..5e954e90c 100644 --- a/hexagonal/README.md +++ b/hexagonal/README.md @@ -11,6 +11,8 @@ tags: ## Also known as Ports and Adapters +Clean Architecture +Onion Architecture ## 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.