About 51 results
Open links in new tab
  1. terminology - What is spaghetti code? - Stack Overflow

    Dec 31, 2015 · Can you post a short example of real, overdone spaghetti code, possibly saying what it does? Can you show me a little debugger's nightmare? I don't mean IOCCC code, that is science …

  2. What are the characteristics of spaghetti code? - Stack Overflow

    Spaghetti code has specific characteristics which distinguish it from plain poor code. Spaghetti is extremely complicated and unstructured, so it is hard to follow the flow of a process through the …

  3. O que é código spaghetti? - Stack Overflow em Português

    Sep 4, 2014 · O artigo Spaguetti Code descreve técnicas, estratégias para refatorar um código espaguete. Para entender alguns dos demais conceitos citados: MVC Refatoração JavaScript não …

  4. coding style - Definition of spaghetti php? - Stack Overflow

    Jun 3, 2009 · The term "spaghetti code" is not at all specific to PHP - it applies to all programming languages and should appear quite similar in most languages (at least of the same paradigm). …

  5. How can I determine or tell if a set of classes is "spaghetti code"?

    Oct 22, 2012 · 2 I honestly believe that spaguetti code ins't something tied to dependencies or such higher level things. Spaguetti code is an anti-pattern that consists on creating a highly-coupled code …

  6. Trying to avoid "spaghetti code", why is multiple if-else bad?

    Aug 30, 2013 · } I've seen this multiple if-else pattern in other spaghetti discussions. I'm a little confused why this is, and even if it's applicable to this example. Is the above example bad because the first …

  7. Ravioli code - why an anti-pattern? - Stack Overflow

    Spaghetti code is a pejorative term for source code Ravioli: Ravioli code is a type of computer program structure, characterized by a number of small and (ideally) loosely-coupled software components. …

  8. java - How to make code modular? - Stack Overflow

    Sep 18, 2009 · The short answer is that it is possible to go from completely spaghetti code to modular in small steps; it doesn't have to be a big bang. For example, even spaghetti code depends on some …

  9. Examples of good gotos in C or C++ - Stack Overflow

    Oct 29, 2008 · It's understood that the above can't be used in real code because it goes against established idiom. Assume that we have all heard of 'Goto considered harmful' and know that goto …

  10. ggplot2 - Make a spaghetti plot in R with several groups and ...

    Dec 21, 2023 · Make a spaghetti plot in R with several groups and categorical x-axis Asked 2 years, 1 month ago Modified 2 years, 1 month ago Viewed 756 times