A teammate's coding style differs significantly from yours but their code works correctly. What should you do during a code review?
-
A
Reject the pull request until they rewrite it in your preferred style
-
B
Accept the code if it meets the team's agreed style guide, regardless of personal preference
-
C
Rewrite their entire submission to match your style before approving
-
D
Ignore style entirely and approve all code that compiles