Introducing XP—XP Practice 8: Continuous Integration

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
.NET Articles

Introducing XP

© 2006 G. Pearman, J. Goodwill

XP Practice 8: Continuous Integration

Most applications are complex and consist of many components and/or subsystems. These components need to be integrated to make the application whole. Unfortunately, in a traditional development process, integration of application components or subsystems happens late in the development life cycle—usually in an effort to overcome the unforeseen bottlenecks that occurred during the development phase. The end result is usually a nightmarish effort of trying to piece the application together at the last minute.

With continuous integration, you can address any integration issues early and can resolve these issues as they arise. In XP, you will be integrating every time code is checked into the source code repository.



Previous_Page_.gif Next_Page_.gif


Personal tools