- Elements are related only by the fact that they are all used in the same phase of program execution
Example
function startServer() {
// code to assign a port
// code to connect db
// code to allocate resources
}
function startServer() {
// code to assign a port
// code to connect db
// code to allocate resources
}