Why pair writing helps improve documentation

You may have heard of pair programming, but what about pair writing? Here's how a partner can help make your documents shine.
604 readers like this.
open source button on keyboard

Opensource.com

Professional writers, at least in the Red Hat documentation team, nearly always work on docs alone. But have you tried writing as part of a pair? In this article, I'll explain a few benefits of pair writing.

What is pair writing?

Pair writing is when two writers work in real time, on the same piece of text, in the same room. This approach improves document quality, speeds up writing, and allows writers to learn from each other. The idea of pair writing is borrowed from pair programming.

When pair writing, you and your colleague work on the text together, making suggestions and asking questions as needed. Meanwhile, you're observing each other's work. For example, while one is writing, the other writer observes details such as structure or context. Often discussion around the document turns into sharing experiences and opinions, and brainstorming about writing in general.

At all times, the writing is done by only one person. Thus, you need only one computer, unless you want one writer to do online research while the other person does the writing. The text workflow is the same as if you are working alone: a text editor, the documentation source files, git, and so on.

Pair writing in practice

My colleague Aneta Steflova and I have done more than 50 hours of pair writing working on the Red Hat Enterprise Linux System Administration docs and on the Red Hat Identity Management docs. I've found that, compared to writing alone, pair writing:

  • is as productive or more productive;
  • improves document quality;
  • helps writers share technical expertise; and
  • is more fun.

Speed

Two writers writing one text? Sounds half as productive, right? Wrong. (Usually.)

Pair writing can help you work faster because two people have solutions to a bigger set of problems, which means getting blocked less often during the process. For example, one time we wrote urgent API docs for identity management. I know at least the basics of web APIs, the REST protocol, and so on, which helped us speed through those parts of the documentation. Working alone, Aneta would have needed to interrupt the writing process frequently to study these topics.

Quality

Poor wording or sentence structure, inconsistencies in material, and so on have a harder time surviving under the scrutiny of four eyes. For example, one of our pair writing documents was reviewed by an extremely critical developer, who was known for catching technical inaccuracies and bad structure. After this particular review, he said, "Perfect. Thanks a lot."

Sharing expertise

Each of us lives in our own writing bubble, and we normally don't know how others approach writing. Pair writing can help you improve your own writing process. For example, Aneta showed me how to better handle assignments in which the developer has provided starting text (as opposed to the writer writing from scratch using their own knowledge of the subject), which I didn't have experience with. Also, she structures the docs thoroughly, which I began doing as well.

As another example, I'm good enough at Vim that XML editing (e.g., tags manipulation) is enjoyable instead of torturous. Aneta saw how I was using Vim, asked about it, suffered through the learning curve, and now takes advantage of the Vim features that help me.

Pair writing is especially good for helping and mentoring new writers, and it's a great way to get to know professionally (and have fun with) colleagues.

When pair writing shines

In addition to benefits I've already listed, pair writing is especially good for:

  • Working with Bugzilla: Bugzillas can be cumbersome and cause problems, especially for administration-clumsy people (like me).
  • Reviewing existing documents: When documentation needs to be expanded or fixed, it is necessary to first examine the existing document.
  • Learning new technology: A fellow writer can be a better teacher than an engineer.
  • Writing emails/requests for information to developers with well-chosen questions: The difficulty of this task rises in proportion to the difficulty of technology you are documenting.

Also, with pair writing, feedback is in real time, as-needed, and two-way.

On the downside, pair writing can be a faster pace, giving a writer less time to mull over a topic or wording. On the other hand, generally peer review is not necessary after pair writing.

Words of caution

To get the most out of pair writing:

  • Go into the project well prepared, otherwise you can waste your colleague's time.
  • Talkative types need to stay focused on the task, otherwise they end up talking rather than writing.
  • Be prepared for direct feedback. Pair writing is not for feedback-allergic writers.
  • Beware of session hijackers. Dominant personalities can turn pair writing into writing solo with a spectator. (However, it can be good if one person takes over at times, as long as the less-experienced partner learns from the hijacker, or the more-experienced writer is providing feedback to the hijacker.)

Conclusion

Pair writing is a meeting, but one in which you actually get work done. It's an activity that lets writers focus on the one indispensable thing in our vocation—writing.

This post was written with the help of pair writing with Aneta Steflova.

User profile image.
Maxim is a technical writer at Red Hat. Through documentation, he shares his knowledge of enterprise software with the users.

1 Comment

Sometimes literally being together to write is an impossible luxury. A number of years ago, Christoph Schäfer and I managed to write a 400+ page manual on Scribus over the internet, using a website to write on initially, and communicating via emails and IRC. At times we would alternatively edit each others writing, and at times he might say, "Greg, this chapter needs a little love." It took about 9 months to have the finished product. I actually never met or talked face-to-face with Christoph until a few years later. Working side-by-side can be effective, but for some it's a luxury.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.