-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
This chapter has walked through a lot of significant decisions, designs, and implementations, taking the project from virtually nothing implemented to fully fleshed-out implementations for the main business objects that were targeted as initial priorities. Those implementations include at least starting, if untested, implementations for persisting business object data in the back-end data store, and thoughts about how to manage changes to that data store have led to policy and procedure decisions and definitions to handle expected types of changes across the entire stack.
Although it did not dive deeply into verifying the identified use cases, that is, ultimately, a discussion that is better suited from the perspective of how the testing of code is implemented, and what those tests’ goals are. That will be the primary focus of the next chapter, as it works through verification of the activities in those use cases.
| ... |