+ 5
What is Continuous Integration?
2 ответов
+ 5
//In software engineering, continuous integration is the practice of merging all developer working copies to a shared mainline several times a day.
source :https://en.m.wikipedia.org/wiki/Continuous_integration
+ 3
Yes this applies to larger software systems. It generally reduces waste by not having to redo things when you find that different pieces of software do not work together.