SPAGHETTICODE
Spaghetti code
Spaghetti code is a pejorative term for source code that has a complex and tangled control structure, especially one using many GOTOs, exceptions, threads, or other "unstructured" branching constructs. It is named such because program flow is conceptually like a bowl of spaghetti, i.e. twisted and tangled. Spaghetti code can be caused by several factors, including inexperienced programmers and a complex program which has been continuously modified over a long life cycle. Structured programming greatly decreased the incidence of spaghetti code.The above text is a snippet from Wikipedia: Spaghetti code
and as such is available under the Creative Commons Attribution/Share-Alike License.
spaghetti code
Noun
- Unstructured or poorly structured program source code; especially code with many GOTO statements (or their equivalent).
The above text is a snippet from Wiktionary: spaghetti code
and as such is available under the Creative Commons Attribution/Share-Alike License.