Do you distinguish keywords from surrounding content?

Last updated by Jayden Alchin [SSW] 7 months ago.See history

We've all missed a piece of a message and found out later that we'd got it wrong. This can lead to miscommunication, mistakes, and lost time. Even worse, when finding out later that someone has misread something, there can be a lot of work to fix! But, there are ways to prevent this. Do these things to always make your writing clear:

An important case - don't let anybody skim over negation and misinterpret your message:

"We found that moving CodeAuditor's scan engine (docker image) to be hosted on GitHub Action is not feasible."

Figure: Bad example - it's possible to miss the word 'not'

"We found that moving CodeAuditor's scan engine (docker image) to be hosted on GitHub Action is not feasible."

Figure: Good example - The bolding draws attention to the main idea, which is 'No'!

When highlighting items (file names, user commands etc.) be sure to:

  1. Distinguish the items from the rest of the surrounding text; and
  2. Be consistent

Warning: Never underline the text if it isn't a link, as per Do you use underlines only on links?

Use the following rules to highlight items in your document:

Style Use this style on Example
Bold text Menus, commands, dialog box options, file names and paths To access the application, click Start | Programs | Accessories | System Tools | Disk Defragmenter
Initial Capitals + Bold File paths and file names Now open C:\My Documents\Invoice.doc.
Different colour styling Web UI - Important words on headings Want to build an Angular application?
UPPER CASE Code keywords and database elements Use the INNER JOIN clause in SQL Server to join one table to another.
Monospace (Courier New font) Code samples, error messages You will see the following error: error opening database: database is currently in use.
We open source. Powered by GitHub