Tip 42 - knock knock, who's there?
Writers work to avoid redundant phrases in their writing like, âvery uniqueâ or ânew innovation.â These modifiers repeat the idea already contained in the word being modified. In documentation, where we value writing concisely, these phrases are âquick winsâ for getting that word count down (and, keeping that reader energy up)!
There are other, sneakier ways that redundancy can creep into our writing.
One PR suggestion I will make is to use the name of the project only when itâs helpful for clarity. If my sentence works without name-checking the project, I can delete it!
- â
You can add MDX pages to your project by adding
.mdx
files in the specialsrc/pages/
folder. - đ In Astro, you can add MDX pages to your project by adding
.mdx
files in the specialsrc/pages/
folder.
This format is useful when comparing to a similar project, especially one that may work differently. If youâre describing multiple projects, then identifying the project is important enough to be the stage setter of the sentence. Similarly, in a âWhat the heck is Astro?â section, your reader might be so unfamiliar with your project, what it does, and how it works that itâs like youâre comparing it⊠to anything they might know so you can make a meaningful connection!
For the rest (most?) of our docs that explain âhow a thing works in Astro,â emphasizing the in Astro part isnât necessary and can be annoying for the reader. You can perform a, âWhat other project would we be talking about?â check to decide. (Add it to your âavoid sarcastic reader reactionsâ editing pass.)
An unhelpful âin Astroâ sometimes even feels to me a little like talking about yourself in the 3rd person. It also implies a comparison that no one made, and can feel âinventedâ just so you can take an agressive marketing position. (âOh, did you realize that in ASTRO you can justâŠâ) And, if you think Iâm âinventing interpretationsâ of a tiny, two-word phrase, may I introduce you to social media? đ
Mention your project when itâs helpful. Otherwise, trust that your reader knows where they are!
Toggle Comments
© 2021 - 2024 Sarah Rainsberger. Except where otherwise noted, and/or quoting external sources, the content of this site is licensed under CC BY-NC-SA 4.0