Adjust pattern categories and tags

This commit is contained in:
Ilkka Seppälä
2016-07-21 09:27:48 +03:00
parent d4c2f0392d
commit 8124fd0771
14 changed files with 29 additions and 12 deletions

View File

@ -26,6 +26,10 @@ Use the Specification pattern when
* you need to select a subset of objects based on some criteria, and to refresh the selection at various times
* you need to check that only suitable objects are used for a certain role (validation)
## Related patterns
* Repository
## Credits
* [Martin Fowler - Specifications](http://martinfowler.com/apsupp/spec.pdf)