A starter kit for working with CQRS and intentful testing.
The Edument CQRS and Intentful Testing Starter Kit is a collection of C# code designed to assist developers in writing intentful tests for a domain. These tests are expressed as commands, events, and exceptions, and are often associated with the CQRS (Command Query Responsibility Segregation) pattern. The approach taken in this starter kit draws on principles from Behavior Driven Development, Domain Driven Design, and Functional Programming. The goal of this starter kit is to provide developers with a head start in writing this type of code, saving them time and effort in the implementation process.