-
- Notifications
You must be signed in to change notification settings - Fork 3.4k
Remove definite article from title #900
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
Conversation
I get the point of the suggestion, but I profoundly dislike how "Ruby Style Guide" sounds/reads (pretty vague and generic). Originally I was going for "the (one) Ruby community style guide", but spelling it out completely was a bit of mouthful, that's why it normally ended as "the Ruby style guide". I hope this makes sense. Funny enough, today almost all popular Ruby style guides are derived in some way from this one, so I guess it could have accidentally become "the" Ruby style guide. |
How about replacing the title with the current repo description? |
I've been collecting a list of Ruby Style guides
To my best memory, most of them are derived from the guide. A note from a sibling repo: since the RSpec Style guide is not the Official RSpec Style guide, it's been suggested to rename it to "the Community RSpec Style guide". I'd say that this could be applied to The Ruby Style guide as well:
"The" and "Community" at the same time don't describe any other guide on the list above. |
I think more and more popularity gains: https://github.com/testdouble/standard |
|
Oh, well - let's not overthink this. |
@pirj We might mention them somewhere near the end of our style guide, as some points of reference. https://github.com/leahneukirchen/styleguide/blob/master/RUBY-STYLE predates our style guide (I remember reading while working on the first version of our guide) - it might be the oldest Ruby style guide there is. :-)
|
Following up from rubocop/ruby-style-guide#900
Following up from Following up from rubocop/ruby-style-guide#900
Following up from rubocop/ruby-style-guide#900
Following up from rubocop/ruby-style-guide#900
Using the definite article
the
could imply this is the 'one true' or 'official' style guide. Although it's certainly the most commonly used and referenced, I think this is an important distinction to make.(if this is accepted, I'll make corresponding updates to the Rails Style Guide, etc.)