-
Notifications
You must be signed in to change notification settings - Fork 13.4k
2nd to 3rd person #27813
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
2nd to 3rd person #27813
Conversation
Replacing all references to the 2nd person with references to the 3rd person (excluding `authors = [ "Your name <[email protected]>" ]` and `file:///home/yourname/projects/hello_world` in `hello-cargo.md`)
‘Syntax and Semantics’, depending on our preference: ‘Learn Rust’ if we want to | ||
dive in with a project, or ‘Syntax and Semantics’ if we prefer to start small, | ||
and learn a single concept thoroughly before moving onto the next. Copious | ||
cross-linking connects these parts together. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, while I'm generally super in favor of moving EVERYTHING to 'we', I think that this section should stay as-is. In this case, we are addressing the reader directly, they're the one making this choice. I think from here and above, 'you' is fine.
This diff is awesome, thanks so much! Yeah, after reading over the literal changes, I'm with you: some feel strange. I think the ones that are specifically directed at a reader should stay 'you', imagine it's a conversation, just because you say 'we' for most things doesn't mean 'you' is always inappropriate. Are there any that seemed off that I missed? |
Improving the use of 2nd and 3rd person Adding a few contractions to make the text less formal Tidying up some notes Providing a little bit more clarification for Windows users
Hey @Dangthrimble ! it doens't notify me when you push commits, so sorry that i missed this. I think this is good to go, can you please rebase and sqaush? r=me after 👍 |
Rebase and squash? Don't understand! Do I need to "r=" after every update? Do you mean "r?" or does "r=" specify who it is intended for whereas "r?" indicates a preference? I'll get the hang of GitHub one of these days! |
Whoops, sorry! :) "Rebase and squash" is a git term: http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request "r=me" is a Mozilla social convention that says, "Hey anyone else with commit privileges: I'm okay with this PR, but there's one or two tiny things that still need to be fixed. If the submitter fixes them before I get back, go ahead and approve this PR." |
@Dangthrimble i see you pushed some more commits, but they still need to be squashed. Let me know after you push things, I only get a notification on comments, not on new commits :/ |
Just trying to find some spare time!
|
No worries! Just wanted to make sure I knew so we could get it in :) |
Finally found some time to have a go at this but the git command line ----- Original Message -----
http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request
with commit privileges: I'm okay with this PR, but there's one or two
Reply to this email directly or view it on GitHub [2]. Links:[1] |
Just found an earlier email of yours that used "git remote -v" to
So I guess I would:
Does that look right? ----- Original Message ----- Finally found some time to have a go at this but the git command line ----- Original Message -----
http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request
with commit privileges: I'm okay with this PR, but there's one or two
Reply to this email directly or view it on GitHub [2]. Links:[1] |
I'm getting:
Those 391 commits worry me! Has something gone wrong or do I just go ahead? |
Well, that does make some sense, as we've put in a lot of development since this was opened :) Regardless though, I've pulled in and rebased it myself: master...steveklabnik:Dangthrimble so don't worry about screwing something up, we can always fix it. |
(and if you get the chance, maybe jumping into IRC is easier than comments in this PR thread) |
☔ The latest upstream changes (presumably #28817) made this pull request unmergeable. Please resolve the merge conflicts. |
@Dangthrimble would you like me to do this rebase myself so we can get this shipped, or are you going to have time soon? |
I'm trying to help organise my daughter's wedding at the moment and I'm 225% loaded at work for the next few months, so spare time is proving elusive! Could you do it and I'll try and pick up sometime next year!!! Thanks
|
Oh wonderful! Congrats. :) Thank you again for the patch, i'll make sure you're still the author in git. |
superceded by #28930, thanks again! |
I'm unable to connect securely to Mozilla's IRC server for some reason so I'll leave my thoughts here, even though commenting on a committed pull request feels weird. I'm not sure this was sufficiently thought through; I think the best way to show why is to provide examples and narrate. I apologise for the resulting chunkiness.
Indeed, this is the goal of the book. Now let's look at the revised version of this sentence.
If the author needs to be taught about Rust then they probably shouldn't be writing a book on it. (My understanding is the authorial voice is something akin to “the Rust community”, speaking from a position of knowledge.)
Get your filthy hands off my computer! This was unobjectionable when it said “your”.
If the author is concerned about the potential insecurity of using
Notice this didn't get changed to “we”, changing person in mid-flow. It was consistent before, but now it jars. (Incidentally, microcomplaint about the pull request itself: “we” isn't third person, it's first person plural. Third person would be “they”.)
Now you sound like you can't make up your mind. |
Thanks @ketsuban ! I'm going to be going over all of this with the editors, so I'll mark your specific concerns, and we'll see. I think starting from consistency and then making exceptions makes for ultimately clear writing, but you're right that a few of these seem off. |
Alright, thanks. ☺ |
@steveklabnik I would think it would make more sense to start from consistency in the target audience for each statement, rather than consistency in wording for all statements? |
Replacing all references to the 2nd person with references to the 3rd person (excluding
authors = [ "Your name <[email protected]>" ]
andfile:///home/yourname/projects/hello_world
inhello-cargo.md
). Have to confess there are a few instances that don't feel quite right so would appreciate your views on the endeavour!r? @steveklabnik