January 2018
Beginner to intermediate
312 pages
7h 22m
English
Obviously, we’re just scratching the surface with the kinds of changes that could be asked for. Here are some others to think about and how they might be addressed:
VIPs should only get free postage for shipping inside the USA. To support this, we just need to change the code in the freeVipShipping segment of the workflow. It should be clear by now that having lots of small segments like this really helps to keep complexity under control.
Customers should be able to split orders into multiple shipments. In this case, there needs to be some logic for doing this (a new segment in the workflow). From the domain-modeling point of view, the only change is that the output of the workflow contains a list ...
Read now
Unlock full access