Extreme programming practices: Difference between revisions

Content deleted Content added
Undid revision 663514513 by 117.211.100.77 (talk)
Line 132:
=== Continuous integration ===
The development team should always be working on the latest version of the software. Since different team members may have versions saved locally with various changes and improvements, they should try to upload their current version to the code repository every few hours, or when a significant break presents itself. [[Continuous integration]] will avoid delays later on in the project cycle, caused by integration problems.
nnn
 
=== Design improvement ===