From ff8037ee0b3b6e44f86ad6221523784343c38ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Thu, 7 Jul 2016 08:46:56 +0300 Subject: [PATCH] Add aliases for Specification pattern --- specification/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/README.md b/specification/README.md index df6a4c3eb..5f9aa4a36 100644 --- a/specification/README.md +++ b/specification/README.md @@ -9,6 +9,9 @@ tags: - Difficulty-Beginner --- +## Also known as +Filter, Criteria + ## Intent Specification pattern separates the statement of how to match a candidate, from the candidate object that it is matched against. As well as its