From a failing spec to the implementation Added in 1.7.0
Turn a new or failing Bobcat spec into the Critter Stack implementation it describes — read the slice's shape out of the scenario's steps, then write the command handler, aggregate, events, and projection in house style (aggregate-handler workflow, declarative returns, store-agnostic code). Covers mapping each grammar step to the code it implies, what a failure message is actually telling you, and the discipline of not editing the spec to make it pass.
Use when a spec is red and the implementation is missing or wrong, or when working spec-first from a scaffolded scenario.
Skill details
- Skill name:
critterstack-sdd-code-from-specs - Applies to:
wolverine,marten,polecat,fisher - Tags:
sdd,bobcat,specifications,event-modeling,handlers,projections,code-generation - Added in: 1.7.0
- License: Proprietary. Copyright JasperFx Software LLC.
