Implementation and exploration of decider pattern: https://matthijs.tech/software-engineering/Decider-pattern
- C# 100%
- Loosely generated with the help of an agent. - The intent is to see the shape of this pattern and how it could work, not yet a fully formed opinion on it's use and my preferred application for it. - Work in progress write up at https://matthijs.tech/software-engineering/Decider-pattern |
||
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| DotNetPatterns.sln.DotSettings.user | ||
| DotNetPatterns.slnx | ||
| LICENSE | ||
| README.md | ||
Dotnet Decider pattern
Implementation and exploration of the decider pattern.
Write up: https://matthijs.tech/software-engineering/Decider-pattern.
Current structure
src/DeciderPattern: decider pattern primitives and shopping cart sample domain.tests/DeciderPattern.Tests: decider behavior tests.src/Example.Worker: MassTransit in-memory worker example that uses the decider and persists append-only state snapshots.tests/Example.Worker.Tests: consumer-driven tests for the worker sample.