You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Jon Clare edited this page Oct 27, 2020
·
3 revisions
This library is intented to be a set of patterns and tools for use in projects that aim to apply concepts from DDD and event sourcing.
The goals of this library are to:
Provide tools that are more functional in nature than the alternatives.
Allow the domain layer to be kept clean of concerns that don't belong there.
Avoid opinionated and limiting framework-esque design decisions such as concrete inheritance.
If you are new to domain-lib, please see the Getting Started guide.
For the motivations behind the project and the differences between domain-lib and most other DDD libraries, check out the whys behind the project. Why domain-lib?