Darlo Technical Writing
BlogStyle Guides & Standards

Seven Style-Guide Mistakes That Quietly Undermine Your Documentation

technical writing style guide · Updated 2026-09-15
Seven Style-Guide Mistakes That Quietly Undermine Your Documentation

A style guide is supposed to make documentation consistent, faster to produce, and easier to read. Most fail at all three — not because the rules are wrong, but because of structural mistakes in how the guide is built and maintained. Writers quietly ignore a guide they cannot find, cannot search, or cannot apply, and consistency erodes one exception at a time until the document is decorative.

Having audited dozens of internal guides, we see the same handful of failures again and again. This article names seven of them and gives a concrete fix for each, so your technical writing style guide becomes a tool people actually reach for. If you are assembling your first guide, start with our beginner's guide to technical writing, then see our guide to choosing a base style guide for how to build on an existing standard rather than starting from scratch.

Mistake 1: A guide too long to use

The most common failure is ambition. A team sets out to document every conceivable rule and produces a 90-page manual that no working writer will ever read end to end. The paradox of style guides is that length is inversely proportional to compliance: the longer the guide, the less it gets used, because looking something up costs more than guessing. The fix is to treat your guide as a reference indexed for lookup, not a book read once. Keep the core to a short, opinionated set of decisions — voice, tense, capitalization, formatting of code and UI elements — and push everything else to a searchable terminology list and links to a comprehensive external base guide. If a rule is not likely to be violated, it probably does not need to be written down. The Google developer documentation style guide is a good model of a guide organized for fast lookup rather than cover-to-cover reading.

Mistake 2: Rules nobody can enforce

A rule that lives only in a document and depends on human memory will be violated constantly, and every violation erodes the authority of the guide. 'Use active voice' is a fine principle, but if the only enforcement is a reviewer noticing during a busy review, it will slip through half the time. The fix is to make as many rules as possible machine-enforceable. Tools like Vale let you encode terminology, banned words, passive-voice detection, and heading conventions as automated checks that run on every commit or pull request. The rules a linter enforces are the rules that actually get followed; the rest are aspirations. When you draft a new rule, ask immediately: can this be checked automatically? If yes, encode it. If no, phrase it as a clear, example-backed guideline and accept that it needs human judgment — and keep the number of judgment-dependent rules small enough that reviewers can hold them in their heads.

Mistake 3: No terminology list

Nothing signals an amateurish documentation set faster than the same concept called three different names on three different pages — 'sign in', 'log in', and 'authenticate' used interchangeably, or a product feature capitalized inconsistently. Yet many style guides spend pages on comma rules and never establish a canonical terminology list. This is backwards. For technical documentation, terminology consistency matters more than almost any grammatical nicety, because inconsistent terms actively confuse readers and break search. The fix is a living glossary that specifies the one approved term for each concept, the terms to avoid, and correct capitalization for product names and features. Store it in a format your linter can read so violations are caught automatically. A good terminology list is the single highest-leverage section of any style guide.

Mistake 4: Reinventing an industry standard

Small teams routinely burn weeks debating Oxford commas and heading capitalization — decisions the industry settled years ago. Writing a comprehensive style guide from zero is almost always a mistake. The professional move is to adopt an established base guide — Google, Microsoft, or the IBM Style guide are the three most widely used for software documentation — and write only a short house supplement that records where you deviate and adds your product-specific terminology. This gives you thousands of pre-decided rules for free, backed by organizations that maintain them, and lets your limited writing effort go toward the decisions that are genuinely unique to your product. Our comparison of the major base style guides walks through how to pick one.

Mistake 5: Rules without examples

A rule stated as an abstract principle gets interpreted a dozen ways. 'Write concisely' means nothing without a before-and-after pair showing a bloated sentence trimmed. Every rule in a usable guide should be paired with a correct example and, ideally, an incorrect one, because writers pattern-match to examples far faster than they parse prose instructions. The absence of examples is why so many guides feel theoretical and go unused. When you add a rule, add the example in the same commit.

Mistake 6: Letting the guide go stale

A style guide written once and never revisited becomes wrong as the product, terminology, and team evolve, and a guide known to be partly wrong loses all authority — writers stop trusting any of it. The fix is to treat the guide as a versioned, living document with a clear owner, stored in source control alongside your docs so changes go through the same review process. Schedule a lightweight quarterly review, and let anyone propose a change via pull request. Teams that want a structured framework for building and maintaining a guide can work through our downloadable style-guide starter kit and the standards modules in our technical writing courses. For inspiration on how living guides are maintained in the open, the community resources at Write the Docs collect examples from teams that publish their guides publicly.

The Style-Guide Health-Check Checklist

A one-page audit checklist that scores your existing style guide against the seven most common failure modes, with a fix prescribed for each.

Should I write my own style guide or adopt an existing one?

Adopt an established base guide — Google, Microsoft, or IBM — and write only a short house supplement recording where you deviate plus your product-specific terminology. Building from scratch wastes weeks re-deciding settled questions and produces a guide you must maintain entirely yourself.

How long should a style guide be?

The core should be short enough to skim in fifteen minutes — voice, tense, formatting, and the highest-value conventions. Everything else belongs in a searchable terminology list or a link to your base guide. Length is inversely correlated with compliance.

How do I get people to actually follow the style guide?

Automate enforcement wherever possible with a prose linter like Vale, so terminology and common rules are checked on every commit. The rules a machine enforces are the rules that get followed; pair the remaining judgment-based rules with clear examples.

Go from reading to doing

Darlo Technical Writing turns these guides into courses and ready-to-use templates.

Explore the courses