Thinking about projectional editors, or refactorin...
# thinking-together
j
Thinking about projectional editors, or refactoring tools generally…I wonder if the steps they take ought to be visible during code review. We’ve done several automated refactorings recently, and we’re left putting comments in the PR saying “we used tool X”.
a
We work around that by submitting the tool’s changes in their own changelist. But generally, yeah, I agree. We’d have better diffs at the very least because they wouldn’t be inferred.
j
Yeah, even if it’s a separate PR, which is a good idea, it’s weird out of band communication.