vote up 1 vote down star

NOTE: I think this is a good thing.

I've read a lot of computer books, as I'm sure many of you have, and I've noticed that many (far more than half) of these books use "she" and "her" to refer to unnamed programmers/users/etc, rather than "he" or "him". I don't read a lot of other nonfiction, so I can't comment on other subject areas, but I've been surprised at how consistent this seems to be in programming literature, given that "he" and "him" are much more common in general. Really I think it's a pretty cool thing, especially given that programming is such a male-dominated field; I wouldn't be at all surprised if the literature reinforced this, but instead it seems to be pushing the other way.

Anyway, assuming I'm not imagining this, does anybody know how it came to pass? Was there a group of publishers and authors that got together one day and decided to make it happen? Did some publisher start doing it and become a trend-setter? Has it been this way since day one? I haven't been able to locate any discussion of this on the web, but I've been wondering about it for years.

By the way, this clearly doesn't relate to getting Java code to compile or diagnosing obscure C++ linker errors, but I still think it's programming-related, as much so as any other question about programming books.

flag

3  
Maybe you only notice the female pronouns. – ShreevatsaR Jul 20 at 4:30
7  
I don't think it's a good thing. It's unnatural. Political correctness gone too far. Good question though. – Agnel Kurian Jul 20 at 4:33
2  
This should be community wiki. – Cyril Gupta Jul 20 at 4:36
3  
@Agnel Kurian: I hope you're joking. – cdmckay Jul 20 at 4:47
Anything but s/he. That's the worst thing ever, unless it's a book about hermaphrodites. – Nosredna Jul 20 at 5:18
show 2 more comments

closed as not programming related by TokenMacGuy, ShreevatsaR, zombat, Nosredna, Fredrik Mörk Jul 20 at 5:19

4 Answers

vote up 5 vote down

This isn't just a programming book thing. A lot of books and periodicals are starting to use either "she" exclusively or alternate "he" and "she".

The reason is simple, when you take a look at the alternatives:

  • "He" - Gender-neutral "he" is the traditional method. Nowadays, using it often causes accusations of sexism, male-normativity, etc. So if you want to be politically correct, this one's out.
  • "They" - Although this has been in use as a gender-neutral term for hundreds of years—in Shakespeare's works, even—the use of "they" with a singular antecedent irks many an editor or English teacher.
  • "He/she" or "s/he" or "he or she" - This constructions are awkward when used repeatedly. Many people object to "s/he" as ungrammatical and unpronounceable.
  • "It" - People generally object to this pronoun being used to refer to humans.
  • Some new word, like "ze" - except perhaps in a few subcultures, this will never catch on. It will be confusing for many readers unless explained, probably repeatedly. People will tend to take writers using something like this less seriously.
  • "She" - A few people object to this on the grounds that it's not historically attested and is no less sexist than "he" (arguably more so, since "he" has a traditional usage as neutral, but "she" does not). They may decry political correctness and treating sexism against men as okay. However, there will most likely be fewer people complaining than with "he". Some women will be pleased. Some people will support as a form of affirmative action.
  • "He" or "she", alternating - Can be confusing if you switch too often. Few people (if any) complain.
link|flag
vote up 2 vote down

I think that people use she/her as a "shield" against any accusations of sexism aimed at the author in what really is a male-dominated field. There's nothing particularly wrong with that, but it does seem odd when reading it.

I'd agree that the brain is probably noticing the female pronouns more obviously, simply because they're still not commonly used when a gender-neutral pronoun would suffice.

link|flag
vote up 1 vote down

Perhaps it has something to do with the fact that it's said that the first programmer was female?

The tradition likely started with a few early, influential books written by respected authors.

link|flag
@caf, good point – Agnel Kurian Jul 20 at 5:10
vote up 0 vote down

A lot of people in general, and programming authors in specific have adopted a 'politically correct' view of language, and they want to change the English language standard that we've had to a new one that fits their view better. While you can see this kind of intentional language changing out there in the world at large, I think a larger percentage of programming books show it because programmers are all about manipulating language.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.