Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

In system design and development field what does spaghetti code mean?

user-image
Question added by Abdulmajed Ghazy Almutairi , Web developer , Ijarah Finance
Date Posted: 2016/06/21
Deleted user
by Deleted user

It means simply a bad quality source code with a complex and tangled control structure. Which make it hard to understand, to modify, to improve and uses extensively hardware resources.

Here is an example:

spaghetti

Abhizer Hussain
by Abhizer Hussain , fresher , fresher

source code that has a complex and tangled control structure, especially one using many GOTO statements, exceptions, threads, or other "unstructured" branching constructs

More Questions Like This