Archive | Programming Concepts RSS feed for this category

Continuous Integration for Dummies

15 December 2008

0 Comments

Continuous Integration (CI) is a software development process where all code changes that are posted to the Source Code Control System (SCCS) server are compiled to ensure no inconsistencies. Implementing CI as a business process in your product development, is quickly becoming the industry standard as another method to ensure quality work. The reason CI brings value to your [...]

Continue reading...