-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Explain rationale for preferring single quotes #222
Comments
I think the discussion on this pull request was the most recent one where the merits of each approach were brought up. |
bbatsov
pushed a commit
that referenced
this issue
Feb 18, 2014
See related commit. |
Tsagadai
pushed a commit
to Tsagadai/ruby-style-guide
that referenced
this issue
Oct 13, 2014
marocchino
pushed a commit
to marocchino/ruby-style-guide
that referenced
this issue
Aug 11, 2015
shyouhei
pushed a commit
to shyouhei/ruby-style-guide
that referenced
this issue
Nov 11, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a couple of issue reports where people are wanting to delete the single quotes thing.
But rather than deleting the single quote thing, I'd prefer to read a rationale in the Ruby style guide as to why single quotes are better. Is it a performance thing? Or ensuring that strings aren't going to launch the missiles without warning that they do so?
The text was updated successfully, but these errors were encountered: