Word List
A
above
Don’t use above to indicate the position of an item on a page. Various devices, screen readers and browsers may position elements in different places. Instead, use words such as previous or earlier.
agnostic
This term is sometimes used to indicate the absence of a dependence on some other software component, such as an operating system or platform. It’s better to use a clearer term, such as platform-independent.
aka
This is an abbreviation of also known as. Although it may be briefer, it has tone not appropriate for software documentation. Instead, use parentheses or the word or. For example:
ampersand (&)
Don’t use the ampersand character in place of and in general text. It may be used in page titles, as well as section and sub-section headings.
as if, like?
When stating that something looks like something else, you should be referring to a thing and not an action — regardless of what extra words you might add to make it understandable, even though it may be a common way of speaking. For example, read these two sentences:
The second example likens the subject, which is a noun, to a verb phrase. That’s not preferred. An alternative, if you want to use the word "like", then liken the subject to a noun or noun phrase like so:
as, like
As "expects" to be followed by a verb clause. Instead, like "expects" to be followed by a noun or noun phrase — a phrase that has the grammatical function of a noun. For example:
Edit the file as you would normally.
[Not like you would.]
Make the amendments as described below.
[Not like described.]
As I have already mentioned, the software is open source.
[Not like I have already mentioned.]
as such
As such does not mean for that reason.
Instead, it means in its role as the previously mentioned thing.
For example:
This software is the most capable of its peer group and, as such, is an excellent buy.
[That is, as the most capable of its peer group….]
I was the chief designer on this project and, as such, I take full responsibility for design defects.
[That is, as the chief designer….]
As such is often incorrectly used in place of phrases like so or consequently. Here are some examples of incorrect usage:
Developers appreciate the convenience of the toolkit and, as such, it’s a popular choice.
[Incorrect]
The team were in a hurry to complete the project and, as such, made several poor decisions.
[Incorrect]
ASCII
ASCII is an abbreviation for the American Standard Code for Information Interchange. It should always be written as an abbreviation and now written out, with the rarest of exceptions as it is here. It also should not include periods after each letter (i.e., not A.S.C.I.I.). Written as ASCII is acceptable.
asynchronous
The adjective is asynchronous. The adverb is asynchronously. Don’t use async or asynch.
auto-
No general rule exists on whether to hyphenate a word that begins with the prefix auto-.
It’s best to check in the dictionary.
If the word isn’t given either in this guide or in the Merriam-Webster online dictionary, don’t invent it yourself; use another term, for example with the adverb automatically.
B
backup, back up
The noun and adjective are backup. The verb is to back up. For example:
Confirm that the backup completed successfully.
[Noun]
It’s vital to have reliable backup procedures in place.
[Adjective]
You should back up all your files regularly.
[Verb]
The data is subsequently backed up to the cloud.
[Verb]
below
Don’t use below to indicate the position of an item on the screen, as different devices and browsers may position elements differently. Instead, use later or in the following.
beta
The word beta should be written in lowercase, unless it appears differently as part of a defined product name.
blacklist
Don’t use the term blacklist. Instead, use deny list or block list. The opposite is allow list, not whitelist.
blind
Avoid using blind in an idiomatic or metaphorical sense.
To refer to people, use, for example, a blind person or a visually impaired person (whichever is more accurate in the context).
See also color blind.
both
"Both" is an emphatic word that applies specifically to two stated things.
It can’t be used for more than two.
For example:
To apply similar emphasis to more than two things, it would be necessary to say something like:
However, it might be more elegant to say, for example:
built-in
The adjective is built-in when it’s used attributively (that is, before the noun that it describes).
When it’s used predicatively (that is, after a verb such as be, seem, look), the adjective phrase is built in.
For example:
The device has a built-in DVD drive.
[The adjective is used attributively.]
The DVD drive is built in.
[The adjective is used predicatively.]
The device has a DVD drive built in.
[The adjective is used predicatively.]
C
checkbox
The spelling is checkbox.
Use select and clear to refer to user interaction with checkboxes.
click
Click is both a verb and a noun.
Use click on when referring to "virtual" objects, for example, when instructing the reader to click on a part of the user interface (e.g., a button):
Use click (i.e., without on) when referring to physical objects, for example, when instructing the reader to click a specific mouse button:
More-specific variants are left-click, right-click, and double-click (all hyphenated).
client side
When used as a noun phrase, client side has no hyphen:
When used as an adjective phrase, it should be written with a hyphen to avoid ambiguity:
client / server
Use non-breaking spaces before and after the slash ("/") character.
In AsciiDoc, this would be written as client / server
.
colon (:)
The function of a colon in a sentence is to signal the beginning of an explanation or a list.
Often, we can think of it as saying
and this is it…
or
and the following is what I’m talking about….
Some examples of this are:
There can be only one reason he is late: he has missed the flight.
Annabel has three valuable characteristics: she is clever, she is conscientious, and she is honest.
On seeing the results of my work, I felt only one emotion: pride.
A colon is also commonly used to introduce a list, particularly at the end of a sentence.
For example:
The parameter can be of several types: integer, boolean, or string.
Three cities are in the running to stage the next Olympics: Beijing, Chicago, and Melbourne.
A colon shouldn’t be used to join two full clauses outside the uses mentioned here.
If you are looking for the right punctuation to join two clauses that have some logical relationship, consider using a semi-colon.
Don’t use a comma for this purpose.
Vaadin uses US English in its documentation. US usage allows a colon to be followed by a sentence beginning with a capital letter, if that sentence is the first of two or more sentences that are governed by the same colon.
There may be several reasons to learn Esperanto: It is completely regular, so you don’t need to learn a lot of exceptions. It isn’t associated with any specific country, so has no political baggage. Finally, it’s just fun to learn.
However, if the colon governs only one sentence, begin the sentence with a lowercase letter:
I can give you one good reason to learn Esperanto: it is fun to learn.
color-blind
Use the term color-blind only in its literal sense, to refer to a person who is unable to distinguish certain colors.
command line
When it’s used as a noun phrase, write command line. When it’s used as an adjective phrase, write command-line. For example:
However, see "command line interface"
command line interface
This is a common, easily recognized phrase, so it’s unnecessary to hyphenate command line here.
In the first reference in the document, write this as command line interface ("CLI"). In subsequent occurrences, it’s acceptable to write it as CLI.
command prompt
In the context of the command line interface, the command prompt indicates the location where the user may enter a command. Typical command prompts are "$ " (in Unix-like systems) and "C:\> " (in Windows-based systems).
consist of
This indicates that one thing is made up of one or more other things, and nothing else. If you want to say that one thing is made up of one or more things plus some other things, use include. For example:
The course consists of six modules.
[In other words, there are six (and only six) modules in the course.]
The course includes two modules on object-oriented design.
[In this case, the two modules on object-oriented design are a part of the course.]
CSS
It’s acceptable to use CSS, rather than write out cascading style sheets in full.
Don’t use the extension .css to refer to a file type.
D
data
Although data is, strictly speaking, a plural Latin form, the generally accepted convention is to treat it as singular. For example:
We need to ensure that the data is encrypted.
[Not the data are encrypted]
decrement
The verb decrement means to decrease an integer by a specified value. It’s the opposite of increment.
deprecate
In the context of software development, if something is deprecated, it means that it’s recommended not to use this thing.
It doesn’t mean that it isn’t possible to use it.
The term deprecated is often used in situations where that particular thing is scheduled to become unavailable at some point in the future.
determinate progress bar
A determinate progress bar is a progress indicator that informs the user how much of a process has been completed, and how much remains to be done.
dialog
A dialog or dialog box is an element of the user interface.
A dialogue is a conversation between two people.
distributed denial-of-service
On the first mention, write distributed denial-of-service (DDOS). On subsequent mentions, it’s sufficient to write DDOS.
E
e.g.
See Latin Abbreviations.
either
Like the word both, the word either is used in the context of two things.
For example:
It isn’t correct to use either where there is a choice between more than two things. For example:
For added emphasis, we could also say:
For clarity, either should be placed as close as possible to the point where choice occurs. For example:
end user
The noun is end user. The adjective phrase is end-user. For example:
The choice of license depends on the number of end users.
This minimizes the level of end-user support that you need to provide.
enter
In the context of IT systems, to enter refers to inputting a specific piece of data to the system. For example:
Enter your user ID and press OK.
etc.
This abbreviation is always terminated by a period.
Don’t use etc. in situations where it isn’t clear exactly what it means.
For example:
Always be sure to include the currency symbol, such as "$", "£", "€", etc.
[Here, it’s clear that etc. refers to all the other possible currency symbols.]
Check that the problem wasn’t caused by a misspelt variable name, etc.
[In this case, it’s unclear what other issues might have caused the problem.]
F
FAQ
FAQ is an abbreviation for frequently asked question.
The term is sufficiently well known for it not to need explanation.
The plural is FAQs.
fewer
Fewer (not less) should be used with countable nouns. For example:
filename
If it stands alone, so to speak, "filename" is acceptable as a compound word — but definitely not a hyphenated word (i.e., "file-name"). Generally, don’t write it as two separate words. However, the term could be split and rearranged into a noun phrase: "name of the file". It can also be split if "name" supports another adjective in a phrase: "path and file name."
following
Following may be used with some more specific term. For example:
the following example
the following text
the following procedure
However, it may not always be necessary to be so specific. We may use the expression the following as a noun phrase on its own. For example:
The following is an example of how to use this functionality.
It may be instantiated using the default parameters, as in the following:
for example
Use for example in preference to e.g.
If you use for example in the middle of a sentence, use a semi-colon if there is a possibility of doubt which part of the sentence it relates to.
For example:
US and UK spelling have some differences, for example, the preference for z or s in verbs that end in -ize.
[On first reading, the reader may hesitate over which part of the sentence for example refers to.]
US and UK spelling have some differences; for example, the preference for z or s in verbs that end in -ize.
[The semi-colon makes it easier for the reader to interpret the sentence correctly on first reading.]
former
The word former identifies the first of two options previously mentioned.
(Former is often used in conjunction with latter, which indicates the last of two options previously mentioned.)
It isn’t correct to use former in a situation where more than two options have been mentioned.
For example:
Anil spends his spare time playing squash and doing crosswords. The former helps him to stay fit; the latter keeps his brain sharp.
Former is also used as an adjective to indicate that a person or place had a certain role in the past. For example:
Anne is a former systems analyst who now acts as a security consultant to the company.
[That is, Anne used to be a systems analyst.]
The company has its offices in a former bakery.
[That is, the company’s offices used to be a bakery.]
H
hang
Don’t use hang to refer to a situation when a program stops responding. Instead, write stops responding.
he, she, they
It’s important to avoid using gender-specific pronouns (unless there is a significant reason for doing so).
Don’t overuse he / she or he or she, as this quickly becomes tedious.
The generally accepted approach is to use the pronoun they.
For example:
Each person must do what they think best.
[Not what he or she thinks best.]
However, if you can easily avoid the issue by using the plural, do so.
For example:
People must do what they think best.
I
i.e.
See Latin Abbreviations.
if clauses in the future
Clauses that refer to conditions in the future use the present tense. The "result" clause uses the appropriate future form or imperative form. For example:
If there are any further releases, you will receive an advisory email.
[Not If there will be….]
Send us a message via our contact page if you have any problems.
[Not If you will have….]
if or whether
Use if in clauses that express a simple conditional meaning.
Use whether in clauses that express uncertainty between two possibilities.
Sometimes, either is acceptable.
For example:
Let me know if you need help.
[This is a simple condition; that is, if the situation arises that you need help, let me know.]
Let me know whether the fix works.
[That is, let me know which of the situations is true: does the fix work, or doesn’t it work?]
indent
Indent is a verb that means to apply a greater left (and sometimes right) margin to text than that of the preceding material. The purpose of indentation is to show some distinction between one piece of text and the next.
Don’t use outdent, as it’s often unclear what exactly this means in a given situation. Look for a different way to express this idea.
indeterminate progress bar
An indeterminate progress bar is a progress indicator in a situation where it isn’t possible to determine and show how much of the process remains to run.
information
"Information" is an uncountable noun.
In other words, we can’t talk about one information, two informations, etc.
For the same reason, we can’t say an information, as this implies a quantity of one.
If we want to talk about quantity in relation to information, there are several options:
-
use an intermediary word, such as piece or bit
-
use a quantifier, such as a lot of, lots of, some, a little, etc.
Internet of Things
On the first mention, write as Internet of Things (IoT).
On subsequent mentions, write as IoT.
its vs. it’s
Possessive adjectives have no apostrophes. Likewise, the possessive form of the word it is its, with no apostrophe. This is logical and consistent with the other possessive adjectives (e.g., he → his, she → her).
It’s with an apostrophe is a contracted form it is or it has, depending on the context, similar to he’s.
L
-l- or -ll-?
In US English (which is used in Vaadin documentation), if a verb ends in the letter l, the final l isn’t usually doubled when a suffix (-ing, -ed, -er) is added.
The exception is when the final syllable is stressed.
For example:
cancel, canceling, canceled
travel, traveling, traveled
excel, excelling, excelled
latter
See "former"
lead
The past simple and past participle of lead is led. For example:
This situation led to various problems.
He has led the company since 2006.
like or as?
See as or like?
M
method
As our documentation deals extensively with Java objects and methods, avoid using method to mean way or process.
MIME
It’s usually unnecessary to write out this term in full.
However, if it’s required for some reason, it’s multipurpose internet mail extensions.
much
Much is frequently used in questions and negative statements, but not usually in positive statements.
In positive statements, use an alternative expression, such as a lot of, a great deal of, or a large amount of.
For example:
Is there much difference between version 1 and version 2?
No, there is not much difference between version 1 and version 2.
Yes, there is much difference between version 1 and version 2.
Yes, there is a lot of difference between version 1 and version 2.
N
needed
Don’t use needed attributively (that is, before the noun phrase that it describes). Instead, use required. For example:
Edit the code and make the required changes.
Edit the code and make the needed changes.
[Don’t use needed attributively.]
Edit the code and make the changes that are needed.
[It’s OK to use needed predicatively.]
O
of
Don’t add of to prepositions where it isn’t necessary. For example:
once
Don’t use once to mean after, as it can be confusing.
Use after or when.
For example:
P
per
Use per instead of the slash character (i.e., /) to refer to a rate. For example:
R
real time
The noun phrase is real time. The adjective phrase is real-time. For example:
The data is retrieved in real time.
Real-time processing takes place at the frontend.
respectively
The adverb respectively is used in a well-defined grammatical context.
It has the function of distributing meaning over a defined set of entities.
For example:
The research department, marketing department, and customer services department are located in San Francisco, New York, and New Orleans respectively.
Don’t use respectively in any other construction.
S
(s), (es)
Don’t append (s) or (es) to a singular word in order to indicate that the item in question may or may not be plural. Instead, either use the plural word only, or explicitly give both forms.
For example:
-ise or -ize
In US English, the suffix -ize is generally preferred over -ise. There are some exceptions, like improvise.
service level agreement
On the first mention, write it as service level agreement (SLA).
On subsequent mentions, write it as SLA.
T
that
If the word that is optional, include it for clarity.
The goal, as always, is to help the reader to interpret each phrase and sentence correctly at the first reading.
For example:
… to guarantee your software works correctly,
… to guarantee that your software works correctly.
that or which?
In defining relative clauses, we can use either that or which.
For example:
The company that developed the software provides excellent support.
or
The company which developed the software provides excellent support.
However, in non-defining relative clauses, we can’t use that.
For example:
I emailed technical support at BrilSoft, which developed the software.
[Not … at BrilSoft, that developed the software.]
their or they’re?
Because the pronunciation of their and they’re is identical, it’s easy to write the wrong form.
This error is less likely to happen in our technical documentation, as we have made the decision not to use contracted forms.
In general, the form they’re shouldn’t be used in our technical documentation.
time zone
If a time zone has an unambiguous name, write it out in full, capitalized on the first use.
Use Coordinated Universal Time (UTC) rather than Greenwich Mean Time (GMT).
For example:
The first backup was set to run at 09∶00 Coordinated Universal Time (UTC).
The second backup was set to run at 23∶00 UTC.
If the time zone doesn’t have a name, or to guard against misunderstanding, use the form UTC-n or UTC+n.
For example:
The videoconference is scheduled for 14∶30 UTC-7.
The system went down at 21∶43 UTC+9.
U
unique
Something is either unique or it isn’t.
There can be no degrees of uniqueness.
Hence, avoid using such expressions as very unique or rather unique.
W
while
Use while in expressions of time.
Don’t use while as a synonym for although or whereas.
For example:
who or that?
Use who, rather than that, in relative clauses that refer to people. For example:
whom
In general, try to avoid using whom. It can sound pretentious.
However, it’s sometimes difficult to avoid elegantly.
For example:
Sometimes it’s preferable to use whom to avoid an awkward sentence. For example:
whose or who’s?
Although these two words sound exactly the same, they have completely different meanings.
Whose means of whom or of which.
For example:
This is the user whose account was blocked.
[That is, the user of whom the account was blocked.]
This is the server whose hard disk failed.
Who's is a contraction of who is or who has.
will
Try to avoid using the future form will unless you really are talking about the future.
A common case is when talking about the behavior of software.
For example:
See also: Present Tense.