Skip to content
The style guide is in beta: content and structure may change.

Word list — A

Verdict: style

Instead of a/b, use A/B.

Verdict: restricted

Use only to refer to objects and never people.

Verdict: restricted

If possible, use an alternative, such as stop, exit, cancel, or end.

  • Replacements: stop, exit, cancel, end

Verdict: restricted

Use access for the general ability to reach, view, or use a resource, as in read access or give a user access to the database. When you mean the specific operations that are allowed rather than the general ability, use permissions instead. Do not use access as a verb; use see, edit, open, or use.

Verdict: avoid

Ambiguous about which identifier is meant. Use username for the specific credential the reader needs.

  • Replacements: username

Verdict: restricted

State the concrete action or drop it.

Verdict: avoid

Agnostic is from an unrelated field and translates poorly. Use platform-independent instead.

  • Replacements: platform-independent

Verdict: acceptable

A widely understood abbreviation; use it without expanding artificial intelligence.

Verdict: avoid

Spell out also known as, or use the term or.

  • Replacements: also known as, or

Verdict: prefer

Use allowlist as a noun in place of whitelist. Don’t use it as a verb. Instead, rewrite it as allowed or added to the allowlist.

  • Alternatives: allowlisted, allowlisting

Verdict: avoid

Wordier than it needs to be; lets you is shorter and more direct.

  • Replacements: lets you

Verdict: style

Use lowercase alpha for the release stage.

Verdict: acceptable

Standard time abbreviations; use them rather than spelling them out.

  • Alternatives: PM

Verdict: restricted

Use the United States, the US, or the United States of America for the country. Use American for the adjective.

Verdict: acceptable

The ordinary word for position within a group; prefer it to amongst.

Verdict: restricted

Rewrite to use such as, or for example.

Verdict: avoid

And/or forces the reader to guess whether one, the other, or both apply. Pick and, or, or or both, or rewrite the sentence.

Verdict: restricted

Describe the specific problem instead.

Verdict: acceptable

A universally understood abbreviation in developer writing; use it without expansion.

Verdict: style

Use API key, instead of developer key, unless you need to match a UI label.

Verdict: prefer

Use app, but you can use application for enterprise software, and compound phrases that require it.

Verdict: restricted

You can use application for enterprise software, and compound phrases that require it. Otherwise, use app.

  • Replacements: app

Verdict: restricted

Don’t replace because with as.

  • Replacements: because

Verdict: restricted

Use authentication for verifying the identity of a user or process. Don’t use it to mean authorization.

Verdict: avoid

Contractions that many readers won’t understand; spell out authentication and authorization.

  • Alternatives: authZ
  • Replacements: authentication, authorization

Verdict: restricted

Use authorization for what an account or process is allowed to do. Don’t use it to mean authentication.

Verdict: style

Use autopopulate as one word.

Verdict: avoid

Use automatically update instead.

  • Replacements: automatically update