-
Notifications
You must be signed in to change notification settings - Fork 22
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
Pluralization of code objects #9
Comments
@crispy8888 Chris LP and I independently decided awhile back during one of the books that it should be Here's what Apple says: Code font in text Of course, Apple says to do many things that we don't do, like put variables in text in italics. But this advice does seem sound to me. Though, probably it's a rare reader who cares if Let's ask @gregheo, @wlinc and @rwenderlich what they think. |
I hate the look of It's extra wordy, but I try to write " Some authors like to name types a lot, which means you run into this plural thing a lot:
Personally, I think too many shifts to code style is distracting. A
|
Agree with the sentiment that it looks odd, and I think it looks odd no matter the medium. Hence, I typically edit "pluralized" code out through strategic rewording for the sake of clarity, and so as not to assault the readers' eyes. (Or at least mine.) I wish I knew when things are objects, values and instances, but I suppose I could make an educated guess and flag it with a TODO for the FPE. Would that be a process we could all agree upon? Sent from my iPad
|
I could definitely agree with that process. If we're not sure how to rearrange, leave a TO-DO. We can also ask tech editors to keep an eye out for this. |
I don't think I've seen this covered elsewhere, but the question is straightforward:
Should we refer to multiple UIThing objects as:
UIThing
s ...or...UIThings
?The former is technically more correct but the latter looks and reads a lot better. Your thoughts, contributors?
The text was updated successfully, but these errors were encountered: