kamranahmedse / design-patterns-for-humans

An ultra-simplified explanation to design patterns
45.45k stars 5.3k forks source link

Missing Specification Design Pattern #95

Closed juuuuuu closed 6 years ago

juuuuuu commented 7 years ago

I think it's missing the Specification design pattern, from Behavioral category.
See https://www.martinfowler.com/apsupp/spec.pdf for complete definition. I know it might be considered as an anti-pattern, what do you think about it?

kamranahmedse commented 6 years ago

Hey, the repository contains GOF Design Patterns, while Specification is an architectural pattern.