Scrum
PSD · Question #167
PSD Question #167: Real Exam Question with Answer & Explanation
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.
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
Explanation
Refactoring is only about the own code, so not about changing an external interface or api.
Community Discussion
No community discussion yet for this question.