I hope you've seen that while Continuous Integration is a great practice to use in your development projects, you can enjoy more of its benefits by avoiding certain anti-patterns.
Anti-pattern: Postpone integration testing until all code has been completed and unit-tested.
反模式:推迟集成测试直到所有代码都完成并且单元测试也已完成。
3
Anti-pattern: Developers commit code changes prior to leaving for the day, causing integration build errors and preventing team members from going home at a decent time.