To me, a more modern example of spaghetti code is when you have 20 dlls and every DLL references each other in one way or another. Your dependency graph looks like a huge blob, and your code hops all over the place with no real order. Everything is inter-dependent.
Related Posts:
- What is an anti-pattern?
- What is boilerplate code?
- What does it mean if a Python object is “subscriptable” or not?
- What does it mean if a Python object is “subscriptable” or not?
- What is “runtime”?
- What do Push and Pop mean for Stacks?
- Converting bytes to megabytes
- What is dependency injection?
- What is a race condition?
- What is a loop invariant?
- What is a loop invariant?
- What is reflection and why is it useful?
- What is ADT? (Abstract Data Type)
- What exactly is the difference between “pass by reference” in C and in C++?
- What do < and > stand for?
- What is JSONP, and why was it created?
- “Parameter” vs “Argument”
- What’s the difference between a method and a function?
- What is Bit Masking?
- What is the difference between tree depth and height?
- What is null in Java?
- What is the difference between a framework and a library?
- What is a clock cycle and clock speed?
- Difference between ‘cls’ and ‘self’ in Python classes?
- What is the function of the push / pop instructions used on registers in x86 assembly?
- What is the difference between application server and web server?
- Are there dictionaries in php?
- What is the difference between memoization and dynamic programming?
- What is the difference between UTF-8 and Unicode?
- What is the difference between a web API and a web service?
- What is the meaning of “exclusive” and “inclusive” when describing number ranges?
- What is a “meta component” in the context of bootstrap or as a general web design term?
- Definition of a Java Container
- What is meant by diameter of a network?
- What is runtime in context of Python? What does it consist of?
- What is a loop invariant?
- What is a class constant?
- What is a coroutine?
- Javascript: difference between a statement and an expression?
- What’s the difference between a word and byte?
- What are MVP and MVC and what is the difference?