50 likes | 141 Views
2-9 Software Engineering. Although this chapter introduces only a few programming concepts, there is still much to be said from a software engineering point of view. We will discuss the concepts of program documentation, data naming, and data hiding. Topics discussed in this section:.
E N D
2-9 Software Engineering Although this chapter introduces only a few programming concepts, there is still much to be said from a software engineering point of view. We will discuss the concepts of program documentation, data naming, and data hiding. Topics discussed in this section: Program Documentation Data Names Data Hiding Computer Science: A Structured Programming Approach Using C
PROGRAM 2-11 Sample of General Program Documentation Computer Science: A Structured Programming Approach Using C
Table 2-13 Examples of Good and Poor Data Names Computer Science: A Structured Programming Approach Using C
Table 2-14 Examples of Defined Constants Computer Science: A Structured Programming Approach Using C
Note Programming Standard No variables are to be placed in the global area of a program. Computer Science: A Structured Programming Approach Using C