-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
This is the last chapter that will focus on systems and processes that affect how code is managed and handled. Writing code is only a part of the entire process ecosystem of software engineering. That ecosystem also has to make decisions about how the code is structured, how it is managed when multiple engineers are expected to be interacting with it and making changes to it, how it will be tested, and what is involved in making the final code available for others.
In this chapter, we’re going to cover the following main topics:
The decisions that will be discussed should be made consciously, with intent and an understanding of their implications and trade-offs. To do otherwise is to open the door for ambiguity in processes...