: Re: How I should handle gender-neutral pronoun in technical writing? I am writing API documentation for a mobile loyalty program and I am not sure which of the following is better wording: 1) When
Using "he/his" will annoy some of your readers; using singular "they" will annoy others. And referring to a user as "it" will seem weird to most people.
What I do is to write around the problem wherever possible. First off, if you're referring to the user of your API, it's better to write in second person imperative anyway -- "do this, then do that". It's clear, direct, and less convoluted than "descriptive" style ("the user does X and...").
Maybe you're not talking about the reader, though -- your reader is building something (using your API) that will in turn have users, and you need to talk about those users. For example, let's talk about an API that lets your user build an app that somebody else will log into and configure. Here are some examples of ways to talk about that user without using gendered or wrong-number pronouns:
The user creates an account and registers it with your service.
After logging in the user can access a configuration menu to (do something).
I had to work a little to come up with those examples, not because of the writing style but because most of the time your API documentation shouldn't be talking about how your reader's users do something. After all, your reader is responsible for the user interface. You're more likely to write things like this:
When the user logs out, remember to call some_function() to also flush the session data.
Use the register() function to tie a user ID to an OpenID credential.
More posts by @Goswami879
: Techniques to get rid of "was" and make one's writing more engaging These are my techniques: Changing the order of the sentence: I was happy because of what she did. What she did made me
: I'm not sure there are many (any?) professional editors or proofreaders still working on paper copy. Every publisher I've worked with has expected a digital file from me, and the edits have
Terms of Use Privacy policy Contact About Cancellation policy © selfpublishingguru.com2024 All Rights reserved.