Spaghetti with meatballs (programming): Difference between revisions

Content deleted Content added
ClueBot (talk | contribs)
m Reverting possible vandalism by 68.160.245.82 to version by MrNate. False positive? report it. Thanks, User:ClueBot. (223356) (Bot)
No edit summary
Line 1:
{{cleanup-tone}}
In [[computer science]], '''Spaghetti with Meatballs''' is a [[pejorative]] term used to describe a poorly constructed [[Object-oriented programming|Object-oriented]] system. Much like traditional [[Spaghetti code]], the term Spaghetti with Meatballs is a loose description of poor coding, usually by a junior-level software engineer, and typically by one whose previous programming experience is exclusively with [[procedural programming]].
 
In [[computer science]], '''Spaghettispaghetti with Meatballsmeatballs''' is a [[pejorative]] term used to describe a poorly constructed [[Object-oriented programming|Object-oriented]] system. Much like traditional [[Spaghettispaghetti code]], the term Spaghetti''spaghetti with Meatballsmeatballs'' is a loose description of poor coding, usually by a junior-level software engineer, and typically by one whose previous programming experience is exclusively with [[procedural programming]].
In this usage, '''spaghetti''' describes twisted, tangled and unstructured code, while '''meatballs''' describes the use of [[Object (computer science)|objects]], thrown in for good measure.
 
In this usage, '''spaghetti''' describes twisted, tangled and unstructured code, while '''meatballs''' describes the use of [[Object (computer science)|objects]], thrown in for good measure.
 
==External links==