Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 548 Bytes

File metadata and controls

15 lines (9 loc) · 548 Bytes

Continuous Integration

1-minute explainer

Continuous Integration is a practice to integrate changes frequently with the main development line of a project. It is often used in software development with the help of tests.

Rule of thumb: Integrate rather more than less frequently.

Literature: