What is Continuous Integration?
CI is a practice that involves putting together code created by different developers and ascertaining if the components can run together successfully.
What are the goals of CI?
- provide beter quality by identifying potential collisions early on.
What does RDM stand for?
Release and Deployment Management.
What are the CI Best practices?