Bug compatibility

Computer hardware or software is said to be bug compatible if it exactly replicates an undesirable feature[1] of a previous version. The phrase is found in the Jargon File.[2]

An aspect of maintaining backward compatibility with an older system is that such systems' client programs often do not only depend on their specified interfaces but also bugs and unintended behaviour. That must also be preserved by the newer replacement. Besides the significantly higher complexity that needs to be maintained during the natural evolution of the code or interface, it can sometimes cause performance or security issues, and the inconsistencies in the behaviour of interfaces can sometimes lead to new bugs in the software using it, creating difficult to resolve multi-directional cross dependencies between various pieces of code.[3]

  1. ^ Cite error: The named reference bugforbug was invoked but never defined (see the help page).
  2. ^ Cite error: The named reference Jargon was invoked but never defined (see the help page).
  3. ^ Cite error: The named reference polish was invoked but never defined (see the help page).