recall

← recall

premature optimization termsaying

optimizing before you know where the bottleneck is

Knuth: 'Premature optimization is the root of all evil.' Often quoted, often misused. The full quote acknowledges critical 3% of code SHOULD be optimized — but profile first.

aliases: root of all evil

topics: engineering-judgment

references: