Decision Splitting
The execution part of a decision should be kept as close as possible to the recognition part so that the recognized information doesn’t have to travel a long way to be acted upon.
A severe decision split is usually a symptom of poor organization of modules.
If a decision has been split, rearrange the modules to bring recognition close to execution.