Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Stability

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 20 years ago by Piet Delport in topic Two kinds of software stability

Untitled

[edit]

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

Two kinds of software stability

[edit]

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)Reply