Definitions for "Spaghetti code"
Program source code written without a coherent structure. Implies the excessive use of GOTO instructions. Contrast with structured programming.
needlessly convoluted or complex code.
n. Code with a complex and tangled control structure, esp. one using many GOTOs, exceptions or other "unstructured" branching constructs. Pejorative. The synonym kangaroo code has also been reported, doubtless because such code has so many jumps in it.