Page 60 - Multicloud Workshop - Prework
P. 60
Causes of Problems
It helps to resolve issues as early as possible and allowing
developers to test their code against other modules can stop
bad code reaching the production or even QA environment.
But often developers will forget to release their code as soon
as it is finished or will hang on to a module to test against
when that module is outdated. Continuous Integration servers
help to alleviate this problem. They are integrated in such a
way that as soon as a developer finishes a module it is pushed
to the CI server and nay developer that has checked out a
module to test against is informed they need to update.
© 2016 Engage ESM All Rights Reserved