-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
Between them, basic use case and business process documentation may provide enough information to make the structure and flow of the data through the system obvious, or at least transparent enough that development won’t need any additional information. The example processes we’ve been looking at probably fall into that category, but we’ll explore what data structure and data flow diagrams for it might look like anyway.
Structure versus implementation
There are several options for how to implement the data structure, which will be explored in detail in Chapter 11, Re-Examining Options for Business Objects. At this point, the main concern is not with how these data structures will be implemented, but with what they look like at a high level.
Look at the Public Refuel and Home Refuel use cases described earlier in Example use cases: Fleet tracking:
They...