Pyramid of doom (programming)
In computer programming, the Pyramid of Doom is a term that refers to code that becomes deeply nested with if statements, loops, or other control structures, thereby reducing readability, testability, and maintainability. It is so called because the code then begins to resemble a pyramid in its shape.
Source: Wikipedia — Pyramid of doom (programming) (CC BY-SA 4.0)