The Battle Against Entropy

By Matt Buonomano, Software Architect

Software over time:
  1 (so pure in the beginning)
  1 + 2x (randomness enters …)
  1 + 2x + x2 (randomness dominates …)
We must refactor:
  (1 + x)2 (complexity not removed, but managed …)

10 April 2008 | Software engineering | Comments

Comments:

  1.  
  2.  
  3.