This chapter will hold the meat and potatoes (the “main course”) of the domain-driven dinner we are cooking up. As such, I will include some additional details about the Claim domain so we can continue to use the example throughout the book. We will improve the application as we go on, incrementally adding value. That is the name of the game in DDD. Let’s get to it!
Additional Background Knowledge
To provide solutions for the various validations we still need to perform (on an object level), you will need some additional information about how the process is structured. ...