Files
JargonFile/entries/spaghetti inheritance.txt

9 lines
381 B
Plaintext
Raw Normal View History

2014-04-26 15:52:28 +01:00
spaghetti inheritance
2014-04-26 16:54:15 +01:00
n. [encountered among users of object-oriented languages that use
inheritance, such as Smalltalk] A convoluted class-subclass graph, often
resulting from carelessly deriving subclasses from other classes just for
the sake of reusing their code. Coined in a (successful) attempt to
discourage such practice, through guilt-by-association with spaghetti code.