Skip to content

nullexp/specp

Repository files navigation

specp

Specification Pattern in Golang

The specification pattern is a particular software design pattern, whereby business rules can be recombined by chaining the business rules together using boolean logic. The pattern is frequently used in the context of domain-driven design (read Eric Evan's Book).

This is an image

About

Specification Pattern in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages