Is "non breaking change" a common term in revision control?
Posted
by mafutrct
on Stack Overflow
See other posts from Stack Overflow
or by mafutrct
Published on 2010-04-27T12:47:17Z
Indexed on
2010/04/27
12:53 UTC
Read the original article
Hit count: 307
terminology
|revision-control
Non breaking change is a term used to describe minor contributions which are supposed to not break anything and is abbreviated as NBC. Typical example include formatting a source file or adding a comment - it really, really should not break the build (of course there are always exceptional cases).
Is this a common term in revision control talk? I'm especially asking those familiar with RC systems. I use "NBC" on occasion but I never heard anyone else using it so I wondered...
(btw: Don't trust wikipedia as a source on this)
© Stack Overflow or respective owner