Lecture 4 Part 2
Lecture 4 Part 2
Temporal cohesion takes place when functions within a module may not have
much in common other than being invoked at the same time.
Factoring is the process of separating out a function from one module into a
module of its own
Coupling involves how closely modules are interrelated, and the second guideline
for good structure chart design states that modules should be loosely coupled
1 place 2 3 4
System Design 2022-2023
Program
specification form