Word choice: vague/metaphorical language & jargon (closes #1, #22) - #34
Conversation
Two new sections in word-choice.qmd: - **Avoid vague and metaphorical language** (#1): prefer the precise term for the quantity you mean (e.g. "infection pressure" -> "incidence rate"), with a comparison table. - **Minimize unnecessary jargon** (#22): prefer normal words in their usual sense; define genuinely needed technical terms at first use. Both complement the existing Anglish/plain-words guidance and match the chapter's style (semantic line breaks, Quarto table/example environments). Verified with `quarto render --to html`. Closes #1, #22. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018v7h9ZVVQRBjdyRFGXCrzG
|
Claude finished @d-morrison's task in 3m 14s —— View job Code review
SummaryOverall this is a clean, well-scoped addition. The Quarto syntax is correct throughout:
CI: All checks pass. The One content-logic issue posted as an inline comment: the two-question test at the end of the jargon section (lines 126–129) uses "both is no" as the replace condition, which leaves a gap — accessible-but-meaningless jargon (e.g., "leverage" for "use") wouldn't be caught. The test should either gate on Q2 alone, or change the condition to "either is no (with a carve-out for terms that need defining)." To kick off another review pass after addressing the above: |
The two-question test replaced a term only when a reader would both understand it and it carried no lost meaning, which missed accessible-but-meaningless jargon such as "leverage" for "use". Gate the replace decision on whether the term carries necessary meaning; use reader comprehension only to decide whether to define it instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018v7h9ZVVQRBjdyRFGXCrzG
|
Claude finished @d-morrison's task in 1m 11s —— View job Review pass after sync
SummaryThe sync commit ( Previous issue: The jargon two-question test used "both is no" as the replace condition, which let accessible-but-meaningless jargon (e.g. "leverage" for "use") slip through because Q1 would be YES. Fix applied (lines 126–132): The two-question framing is gone. The test now gates the replace decision on a single question — does this term carry meaning a plain word would lose? — and uses accessibility only to decide define-vs-replace: This is exactly the "gate on Q2 alone" formulation suggested in the inline comment. The logic is now correct and covers the prototypical jargon case ("leverage" → "use": carries no extra meaning → replace ✅). Everything else is unchanged and still clean:
PR looks good to merge. |
|

Summary
Adds two sections to the Word choice chapter (
word-choice.qmd), complementing the existing Anglish/plain-words guidance.Content
Avoid vague and metaphorical language (#1)
Minimize unnecessary jargon (#22)
Conventions followed
##sections without altering existing prose.#tbl-/#exm-environments, blank lines before lists.quarto render --to html.Closes
Closes #1, Closes #22.
🤖 Generated with Claude Code
Generated by Claude Code