Nathan's four Laws of Software:
-
Software is a gas
Software always expands to fit whatever container it is stored in. -
Software grows until it becomes limited by Moore's Law
The initial growth of software is rapid, like gas expanding, but is inevitably limited by the rate of increase in hardware speed. -
Software growth makes Moore's Law possible
People buy new hardware because the software requires it. -
Software is only limited by human ambition and expectation
We'll always find new algorithms, new applications, and new users.
Myhrvold goes on to describe software development as a state of Perpetual Crisis. The size and complexity of software is constantly rising, with no limit in sight. As we develop more advanced software– and as we develop solutions to manage the ever-increasing complexity of this software– the benefits of the new software are absorbed by the rising tide of customer expectations. Software development will never be easy; new software always has to push against the current complexity boundary if it wants to be commercially successful.
Software: It's a Gas
from Jeff Atwood
Filed under:
Related Notes
- In Eliyahu M. Goldratt's "Theory of Constraints", you...from ycombinator.com
- Dependencies (coupling) is an important concern to address, but it&...from kbouck
- By replacing integration tests with unit tests, we're losing al...from Computer Things
- I propose that there is one problem chief among them, an impetus fo...from George Hosu
- When software -- or idea-ware for that matter -- fails to be access...from gist.github.com
- Any software is considered free software so long as it upholds the ...from writefreesoftware.org
- Software with fewer concepts composes, scales, and evolves more eas...from oilshell
- Any sufficiently complicated C or Fortran program contains an ad ho...from From Wikipedia, the free