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 …) | |
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 …) | |
Design by Waxbrush
Comments: