nerdexam
Scrum

PSD · Question #128

What is the practice of branching code in a version control system?

The correct answer is B. Creating a copy of existing code, isolated from the original code. Branching means that you create a new version from the code that exists indepently from the original code. It is not isolated forever, it can be merged back later.

Refactoring and Design

Question

What is the practice of branching code in a version control system?

Options

  • ACombining two or more branches of code into a single code base
  • BCreating a copy of existing code, isolated from the original code
  • CReleasing a specific codebase into a production environment
  • DTagging or labeling a particular codebase as production ready

How the community answered

(61 responses)
  • A
    2% (1)
  • B
    90% (55)
  • C
    5% (3)
  • D
    3% (2)

Explanation

Branching means that you create a new version from the code that exists indepently from the original code. It is not isolated forever, it can be merged back later.

Topics

#version control#branching#code isolation

Community Discussion

No community discussion yet for this question.

Full PSD Practice