CSC/ECE 517 Fall 2011/ch6 6f va: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
Continuous Integration is a software development practice where members of a team integrate their work frequently. This approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly | Continuous Integration is a software development practice where members of a team integrate their work frequently. This approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly | ||
''We keep our code ready to ship'' | '''''We keep our code ready to ship''''' | ||
==Why Continuous Integration?== | ==Why Continuous Integration?== |
Revision as of 19:01, 16 November 2011
Continous Integration We keep our code ready to ship.
Definition
Continuous Integration is a software development practice where members of a team integrate their work frequently. This approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly
We keep our code ready to ship