https://github.com/mamrhein/specification
Python implementaion of the "Specification" pattern
https://github.com/mamrhein/specification
build-to-order predicate selection specification specification-pattern validation
Last synced: 11 days ago
JSON representation
Python implementaion of the "Specification" pattern
- Host: GitHub
- URL: https://github.com/mamrhein/specification
- Owner: mamrhein
- License: bsd-2-clause
- Created: 2017-11-09T15:02:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T16:45:59.000Z (over 7 years ago)
- Last Synced: 2025-12-16T11:16:00.529Z (3 months ago)
- Topics: build-to-order, predicate, selection, specification, specification-pattern, validation
- Language: Python
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Python implementation of the *Specification* pattern.
> The central idea of Specification is to separate the statement of how to
match a candidate, from the candidate object that it is matched against. As
well as its usefulness in selection, it is also valuable for validation and
for building to order.
[E. Evans, M. Fowler - Specifications](https://martinfowler.com/apsupp/spec.pdf)