Software brittleness

In computer programming and software engineering, software brittleness is the increased difficulty in fixing older software that may appear reliable, but instead, fails, when presented with unusual data or data that is altered in a seemingly minor way.

[1] When software is new, it is very malleable; it can be formed to be whatever is wanted by the implementers.

[citation needed] Brittleness in software can be caused by algorithms that do not work well for the full range of input data.

Following, are some examples: Very often, an old codebase is simply abandoned in favor of a brand-new one (which is intended to be free of many of the burdens of the legacy system; a.k.a.

a rewrite) created from scratch, but this can be an expensive and time-consuming process.