Book Review: Continuous Integration
Continuous Integration is an easy read that anyone directly involved in the software development process could gain a lot from. Even though it doesn’t really introduce anything new, it ties everything most developers have learned over time into a single process, called continuous integration. Here are a few of the things that I really liked about the book. Automation Automate everything. Automation limits the ability for bugs to creep into a process and it also makes processes easier to follow. »