Skip to content

Docs without please

Published:

2 min read

Technical documentation serves one purpose: to help readers accomplish tasks efficiently. Politeness markers such as “thank you” or “please”, don’t serve this purpose. While politeness matters in conversation to an extent, in documentation, it can create weaker critical instructions.

Documentation isn’t a conversation. It’s a tool to inform your readers about any actionable steps they need to take to be successful in their own endeavors. When you write, “Please update the CLI version”, you’re trying to inform your readers about the action they need to take. However, adding “please” doesn’t make the instruction more valid or actionable.

In some cases, words like “please” can add extra ambiguity. A reader may wonder one of the following when reading a sentence that contains this marker:

The last point isn’t just theoretical. See “Can I have a cup of tea please?” Politeness markers in the Spoken BNC2014, which demonstrates how frequently the word “please” is used insincerely or counterproductively.

I am also not a fan of using “please” or placeholder words like “please note” in instructions for the sole reason that an instruction is meant to inform the reader about the next actionable step they need to take.

For example, consider this sentence: Please ensure you have Node.js installed on your computer. Now, the purpose of this sentence is to inform the reader that they need to install or have installed Node.js on their system to run the program and follow the instructions from the rest of the guide. Now, this is not something you can just ask the reader. This is a requirement to follow the instructions from the rest of the guide to be successful. Instead, this sentence can be written as: Install Node.js on your computer, or just: Install Node.js, which is concise enough to tell the reader what they need to do on their end.

Good and strong technical documentation uses direct, active statements that inform readers what they need to do. These conversation artifacts make their way into docs through habit rather than purpose.


Previous Post
Week notes 04
Next Post
Week notes 03

I'm a software developer and technical writer. On this blog, I share my learnings about both fields. Recently, I have begun exploring other topics, so don't be surprised if you find something new here.

Currently, working as a documentation lead at Expo.