Single Choice Easy

QWhat is a guiding principle in creating a branching structure for your implementation?

ID: #9595 X++ Overview in D365 F&O 160 views
Question Info
#9595Q ID
EasyDifficulty
X++ Overview in D365 F&OTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Make it complicated
  • B Always keep it the same
  • C Keep it simple
Correct Answer

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.

Share This Question

Challenge a friend or share with your study group.