Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions review/developer/handling-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ If you can't answer that question, ask the reviewer for clarification.
And then, if you understand the comments but disagree with them, it's important
to think collaboratively, not combatively or defensively:

```txt {.bad}
``` {.bad}
Bad: "No, I'm not going to do that."
```

```txt {.good}
``` {.good}
Good: "I went with X because of [these pros/cons] with [these tradeoffs]
My understanding is that using Y would be worse because of [these reasons].
Are you suggesting that Y better serves the original tradeoffs, that we should
Expand Down