Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

Improve the function of a system by removing unnecessary features.

System B is roughly 6 times as complicated as system A because of interactions between the features.

More Detail

Features interact with each other which exponentially increases complexity.

Every extra unnecessary option one uses in a solution has a multiplier impact in complexity. Sometimes I refer this as factorial complexity. Factorial numbers are like 5! which means 5 * 4 * 3 * 2 *1 = 120.

  • No labels