Add aliases for Specification pattern

This commit is contained in:
Ilkka Seppälä 2016-07-07 08:46:56 +03:00 committed by GitHub
parent 849df50394
commit ff8037ee0b

View File

@ -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