Skip to content

Commit 21f13af

Browse files
committed
doc: add a page on how to review someone's work
Signed-off-by: Christine <[email protected]>
1 parent aef76d1 commit 21f13af

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# How To Review Someone's Work
2+
3+
When you first start your technical writing journey, one of the many important skills you'll need to learn is how to do is peer reviews. It's a skill that will not only teach you how to collaborate with other technical writers and other people who interact with documentation, but it will also help you to become a better technical writer in the long run.
4+
5+
## Peer Reviews vs. Code Reviews: What's the difference?
6+
7+
Even though peer reviews and code reviews are often used interchangeably, there are some key differences between the two. Peer reviews are often more personal and more focused on the quality of the work, while code reviews are more focused on the quality of the code.
8+
9+
## Tips for doing effective Peer Reviews
10+
11+
When it comes to peer reviews, there are a few things that you can do to make them more effective. Here are some tips:
12+
13+
- **Categorize the kind of feedback you're giving:** Use the feedback template to categorize the kind of feedback you're giving. For example, if you are asking the reader a question about the content, you would use the following template:
14+
15+
```markdown
16+
[question]: what is the purpose of this section?
17+
```
18+
19+
This method will make it easier for the reader to understand what you're asking them to do.
20+
21+
- **Be objective as much as possible:** Behind every piece of documentation is a person, so it's crucial to be mindful of your wording and tone when giving feedback. For example, if you noticed that a section is missing a code snippet or a key detail about the product, it would be ineffective to say, "This section stinks." Consider pointing out the strengths of the work and the areas that could be improved. For example, "this section describes the steps effectively, but the screenshots are missing alt text."
22+
23+
- **Be clear and specific:** When giving feedback, be clear about what you're looking for. For example, if you noticed that the content is missing a code snippet, you should say, "this section is missing a code snippet." as opposed to "this section is missing content."
24+
- **Be concise:** While getting every detail correct is important, don't go overboard with your feedback. The person you're giving feedback might get overwhelmed with too much information. Keep it short and to the point. For example, if you're asking the reader to explain a concept, keep it to one sentence or two.

0 commit comments

Comments
 (0)