#engineering #architecture #trap #antipattern

idea

A premature optimization is an investment made to fix a problem that doesn't exist (yet). It is using the argument that something might become a problem one day to justify adding new features, systems, tools, mechanisms, patterns, which result in additional complexity to the architecture, increased investments and maintenance burden.

links

Cargo cult is a good source of premature optimization

Version One is sometimes full of premature optimizations

Single Point of Failure

references