Re: Assigning responsibility for cancelling an Order
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CANv6yXd7TxcfzT7Q+ft+tVOpAD3rKzjUpB6QPc3sCGAQJoWX3g@mail.gmail.com> |
Hi, Wouldn't this be two separate actions - cancellation and amendment ? I think it will be good to model these separately IMHO. Would be easier to reason with "I didn't ask you to cancel my order, I just wanted to alter it and exclude item X I had purchased".. interestingly, while the cancellation has one meaning, altering may result in many variations - items, qty, shipping address, delivery date.. so the aspect of "type" of alteration comes in here. Hope I am not over complicating the model :) Dinkar