Title | : | Continuous Integration |
Author | : | |
Rating | : | |
ISBN | : | - |
Language | : | English |
Format Type | : | ebook |
Number of Pages | : | - |
Publication | : | First published May 1, 2006 |
Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily—leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. This article is a quick overview of
Continuous Integration Reviews
-
This lengthy online article, referenced in
Test Driven, is an excellent nutshell introduction to the concepts more fully detailed in
Continuous Integration: Improving Software Quality and Reducing Risk. As an early summary, it does strike me as a bit dated now, but having been entirely unfamiliar with these aspects of "Extreme Programming" it brought me up to speed enough to better understand the sort of environment wherein Test Driven Development generally takes place, adding the necessary context to make books on that topic useful. -
Very informative article that seems like it was probably written early on when this concept was just taking hold in software engineering.