Stability Glossary

Browse 5 stability terms defined in plain English, from the cultural dictionary of computing.

5 Stability Terms

Code Harbor
A stable, trusted part of the codebase where things are relatively calm, predictable, and well maintained. In engineering slang, a code harbor is the rare area...
LTS Release
A long-term support release intended to receive bug fixes and security updates for an extended period compared with regular releases. LTS releases are favored...
Never Touch a Running System
A more defensive cousin of 'if it ain't broke,' used when fear of disruption makes people reluctant to change a live system. In engineering slang, the phrase...
Stable API
An API that is expected to remain compatible across releases or to change only under clearly signaled rules. In platform culture, calling an API stable is a...
Stable Branch
A branch maintained for reliable use, usually receiving bug fixes and patches while avoiding risky feature work. In release management, stable branches give...

Related Topics