Are there any limitations to consider when using GitHub Copilot for code refactoring?
A.
GitHub Copilot may not always produce optimized or best-practice code for refactoring.
B.
GitHub Copilot can only be used with a limited set of programming languages.
C.
GitHub Copilot always produces bug-free code during refactoring.
D.
GitHub Copilot understands the context of your entire project and refactors code accordingly.
The Answer Is:
A
This question includes an explanation.
Explanation:
“While Copilot can suggest refactoring changes, the code may not always follow best practices or be fully optimized. Developers must review and validate suggestions.”
This confirms that limitations exist in optimization and best practices, making option A correct.