Spaghetti Code Anti-Pattern
The spaghetti code anti-pattern is one that has become less prevalent in applications. However, we can still see some excellent examples in the world of scripting and other less structured code. This anti-pattern typically comes out of short cuts and slapping together a solution. That makes it easy to avoid. The cost of repairing this anti-pattern makes avoiding it completely worthwhile. Defining the Spaghetti Code Anti-Pattern I am not often a fan of using the Urban Dictionary to find definitions. Nevertheless, it has an excellent summary of this anti-pattern. [Click Here to See The Page] “In computer programming, code which flagrantly violates the principles of structured, procedural programming. Usually this means using lots of GOTO statements (or their equivalent in whatever... Read more