Title :
Control and definition modularization: an improved software design technique for organizing programs
Author_Institution :
Dept. of Inf. Syst. & Quantitative Sci., Texas Tech. Univ., Lubbock, TX, USA
fDate :
1/1/1990 12:00:00 AM
Abstract :
The author proposes a technique called control and definition modularization (CDM), which derives a systematic program layout from a given structure chart using the concepts of `control´ and `definition´ modules. A control module includes processes for handling a conceptual data object not directly implementable. A definition module defines operations associated with a concrete data object implementable using a primitive or derived data type of a programming language. Grouping the operations available for each concrete data object, and keeping them separated from execution flow, improves programs maintainability. This technique extends the structured design methodology and provides designers with a systematic way of deriving informational strength modules as well as a structured physical layout from the structure chart. A program based on the CDM technique is easier to understand and maintain. This research makes a significant contribution toward bridging the gap between structured design and object-oriented concepts
Keywords :
software engineering; conceptual data object; control and definition modularization; definition modularization; execution flow; organizing programs; programs maintainability; software design technique; structured design methodology; systematic program layout; Computer languages; Concrete; Control systems; Costs; Design methodology; Organizing; Process control; Programming profession; Software design; Software maintenance;
Journal_Title :
Software Engineering, IEEE Transactions on