Talk:Stability

From Wikipedia, the free encyclopedia

WikiProject Systems
This article is within the scope of WikiProject Systems, which collaborates on articles related to Systems science.
Systems rating: Disambig Class Mid importance Field unassessed.
Please update this rating as the article progresses, or if the rating is inaccurate. Please also add comments to suggest improvements to the article.

Include section on economic instability? --Daniel C. Boyer

[edit] Two kinds of software stability

It's worth mentioning that the developers of many major software packages maintain "stable" and "unstable" branches of development, in reference to the frequency of disruptive changes to the codebase (backwards incompatible feature changes, major refactorings, and so on), rather than any tendency to crash (or not). This distinction between feature-stability and runtime-stability (crash-proneness) can sometimes seem vague: experimental new features in the "unstable" branch can (and often does) make it more unstable at runtime than the "stable" branch. However, the reverse sometimes happens, when significant problems get fixed in the "unstable" branch first, before being merged to the "stable" branch at some later stage. --Piet Delport 15:34, 24 December 2005 (UTC)