Computer Science, asked by sfriend4u2, 1 year ago

In a team, if all the members do regular check-in of the code, then how does one ensure that the code is not broken anywhere?

a. Through SCM (Source Code Management tool) triggered build.
b. Through scheduled build
c. By triggering automated build after check-in
d. Through SCM (Source Code Management tool) based code branching

Answers

Answered by pinkyDoll
0

In team , if all the members do regular check-in of code, then one can ensure that code is not broken anywhere by triggering automated build after check-in.

Reason is that the triggering automated system generates a triggering pulse if code goes wrong, it does not shows the pulse hence we can detect the broken code

Similar questions