Collective Ownership | Glossary

 

Definition

Collective membership is an explicit convention, where each and every member of a team is allowed , and in fact encouraged to make changes to a particular code file in development, be it to repair a defect, or even to improve a code. This is regardless of the ‘ownership of the code’ by an individual developer.

Further Reading

  • For more on Collective Membership, read here and  here.

Build Breaker | Glossary

 

Definition

An inadvertent mistake by a software developer that sometimes stops the build process, or causes unacceptable warnings , and/ or failures in the automated test environments,  is known as a ‘Build Breaker’. The onus on the developer then, is to get the build to normal as soon as possible.

Further Reading

  • For more on Application Lifestyle Management, read here and  here.