What is spaghetti programming?
Answers
Answered by
0
Spaghetti code is a slang term used to refer to a tangled web of programming source code where control within a program jumps all over the place and is difficult to follow. Spaghetti code normally has a lot of GOTO statements and is common in old programs, which used such statements extensively.
The rise of more structured programming languages, like object-oriented programming languages, has reduced the prevalence of spaghetti code.
Spaghetti programming refers to codes that tend to get tangled and overlapped throughout the program. This unstructured approach to coding is usually attributed to lack of experience on the part of the programmer. Spaghetti programming makes a program complex and analyzing the codes difficult, and so must be avoided as much as possible.
source :- placement.freshersworld.com
The rise of more structured programming languages, like object-oriented programming languages, has reduced the prevalence of spaghetti code.
Spaghetti programming refers to codes that tend to get tangled and overlapped throughout the program. This unstructured approach to coding is usually attributed to lack of experience on the part of the programmer. Spaghetti programming makes a program complex and analyzing the codes difficult, and so must be avoided as much as possible.
source :- placement.freshersworld.com
Similar questions