MCQ PracticeSingle Best AnswerTopic: Module 12: X++ Overview
Q
What is a guiding principle in creating a branching structure for your implementation?
Question ID
#9595
Subchapter
Module 12: X++ Overview
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Make it complicated ✔✖
B
Always keep it the same ✔✖
C
Keep it simple ✔✖
C
Correct Answer: C
Explanation
A. Incorrect: You do not want an overly complicated branching strategy because it will cause unnecessary work and planning.
B. Incorrect: You do not want the branching strategy to be the same for every implementation; each implementation is unique.
C. Correct: Keep the branching structure simple without over complicating it, making sure your strategy is easy to navigate and will produce the correct code flow for your implementation.