Back to tips

Conversion tricks and mini tools

Build a team unit glossary

A team glossary assigns one canonical term per concept—newton-meter vs pound-foot, liter vs litre spelling, and whether “ton” means metric or short ton. Publish it where tickets and docs are written.

API-stable terms should be marked separately from marketing prose so engineers do not copy ambiguous shorthand into contracts.

Key takeaways

  • Ban ambiguous abbreviations that caused past incidents.
  • Embed approved converter deep links next to fragile terms.
  • Quarterly review + incident-driven updates.
  • Five-question onboarding quiz beats passive reading.

How to convert

1 in = 2.54 cm

Scope and owners

Start with mechanical, electrical, and data teams; assign a rotating editor each quarter.

Forbidden synonyms list

Explicitly ban ambiguous abbreviations that previously caused incidents.

Locale rules

Decide whether customer-facing copy uses US customary, UK, or SI first, then derive the rest.

Link to calculators

Embed deep links to your approved converter pairs next to glossary entries for quick verification.

Onboarding quiz

A five-question quiz on common pitfalls reinforces memory better than passive reading.

Internal vs customer-facing entries

Mark which terms are API-stable and which are prose-only—engineering slang should not leak into public contracts.

API field versioning

When renaming `size_mb` to `size_mib`, version the endpoint and keep a deprecation timeline in the glossary.

Sunsetting deprecated terms

Search tickets and runbooks for old aliases quarterly; remove them from templates once the glossary declares them obsolete.

FAQ

How often should we update the glossary?
After any production incident involving units, and at least quarterly for new product lines.
Where should the glossary live?
Next to the doc and ticket templates people open daily—wiki home page beats a buried PDF archive.

Related articles

Explore other modules