-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider removing words that shouldn't be used in educational writing from the docs (simply, easily, just) #3159
Comments
Thanks for pointing this out. Anyone willing to take this on? |
Thanks @robwierzbowski ! Besides "simply", "easily", and "just (do x)", are there any other similar words? Let's catalogue them in this thread so we can do the necessary cleanup in one pass. |
There’s a good list in the article I linked. Side note, I found when revising Vue’s Docs things were made more clear by removal of words, as opposed to substitution. Short and sweet. Thanks! I appreciate you being so proactive and open to suggestion. |
I'll add more language you may want to look at here, as I continue to read the docs.
|
I guess this is a start... can you guys give this a quick review? #3241 |
@benjaminhoffman's issue pretty much fixed this. Let's keep an eye out for this sort of language! |
There's actually still a bunch more but we can tackle them overtime. Here is another stab at it: #3523 |
Good take on this
|
Woo look at this content editor! |
@shannonbux nice! Yeah, we should totally add this. I'll create an issue for it. |
@KyleAMathews Want me to create an issue for the content editor or did you do that already? |
Yeah #4374 |
Pointing out how "simple", "obvious", or "easy" something is can have the opposite-of-intended effect. If a person doesn't understand the 'simple' code, the project can seem inaccessible. "I don't understand this easy thing. I guess I just don't get it like other people do." A good resource on words to avoid is https://css-tricks.com/words-avoid-educational-writing/. Some that appear often in the Gatsby documentation are "simply", "easily", and "just (do x)".
For example, in the Plugins documentation:
If I wasn't familiar with node modules, or if I had any trouble or experienced a bug when adding something to the plugins array I might feel especially stupid for not "getting" an easy thing. IMO it's better to show something is easy than to say it is!
These could be rewritten to be more direct, not assume ease, but still be friendly:
I removed this type of language from the Vue documentation, but don't currently have time to try the same here. Would you consider cleaning up some of the language that assumes ease?
The text was updated successfully, but these errors were encountered: