nerdexam
Scrum

PSD · Question #167

What would not be considered refactoring?

The correct answer is C. Changing external interfaces or APIs. Refactoring is only about the own code, so not about changing an external interface or api.

Refactoring and Design

Question

What would not be considered refactoring?

Options

  • AExtracting methods
  • BReordering method parameters to improve readability
  • CChanging external interfaces or APIs
  • DRenaming things to be more logical
  • EExtracting interfaces

How the community answered

(29 responses)
  • B
    7% (2)
  • C
    90% (26)
  • D
    3% (1)

Explanation

Refactoring is only about the own code, so not about changing an external interface or api.

Topics

#refactoring#API changes#code restructuring#external interfaces

Community Discussion

No community discussion yet for this question.

Full PSD Practice