Continuous Integration

all tags

Pages tagged with "Continuous Integration":

The Case for Continuous Integration

01 Jun 2013 , tagged: Continuous Integration, Software Development, Unit Testing

In my career as a software developer, I’ve come to appreciate the principles of Continuous Integration (CI). It forces you to do the hard things early and often and thus helps you reduce risk during development. It forces you to write tests, and be responsible about what you check in. All in all, good qualities and something that every development team should aspire to. Or so I thought. Reality is different, and so far almost every development team I have interacted with is deadly afraid of doing CI.

read more →