permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

software_rot.mdwn (1368B)


      1 **Software rot** is generally thought of as degradation of [[software]] due to a changing environment. For example, a program written a decade ago may no longer work with new versions of the libraries it depends on because some of them have changed without retaining backwards compatibility. This kind of thinking encourages a culture where software becomes [[obsolete|obsolescence]] unless it is constantly maintained.
      2               
      3 A better approach might be to talk about the reliability of the environment the software depends on. Would you build a house on a bog?
      4                                                                  
      5 It is often necessary to build on "bogs" (i.e. "actively developed" platforms), but it might be a good idea to also be compatible with a [[bedrock platform]] whose specifications are static and solid.
      6 
      7 Software rot is a big issue for cultures that constantly produce new programs (such as [[games]] or [[demos|demoscene]]) that are not supposed to be constantly maintained after release. Programs written for classical platforms (such as [[DOS]] or [[NES]]) usually need no post-release maintentance at all, while those written for e.g. [[Linux]] will likely cease working in a decade or two. Sometimes, serious [[media archeology]] work (such as finding specific versions of old libraries) is needed to get a program to run again.