Excessive cascading indentation, aka "pyramid of doom"

a) Refers to using too many nested loops
b) Refers to excessive indentation in code, making it hard to read
c) Describes an efficient programming technique
d) Is a term for recursive functions