Scrum
PSD · Question #132
When should the developers create their first automated build?
The correct answer is E. As soon as there is code in the version control system. Automated builds should be changed everytime the codebase gets changed. This happens the first time when the first bit of code gets added to the version control system.
Refactoring and Design
Question
When should the developers create their first automated build?
Options
- AJust before the first check-in
- BJust before the product is released
- CWhen the product owner asks for a build
- DJust before the end of the sprint
- EAs soon as there is code in the version control system
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- E92% (22)
Explanation
Automated builds should be changed everytime the codebase gets changed. This happens the first time when the first bit of code gets added to the version control system.
Topics
#automated build#continuous integration#version control
Community Discussion
No community discussion yet for this question.