-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Double Quote All Things #237
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 have a question about this! I've seen people doing PR's for both "fixing double quotes to single" and vice versa... in here and ember.js. Why is double or single better and when? |
|
@JulianLeviston Probably html -> Double.. JS -> Single |
|
Cool :) Just wondering why, though, or if it's just an agreed upon style. In Ruby, for instance, you use singles because doubles possibly invoke string interpolation from what I understand. |
|
in JavaScript single and double quotes are completely the same as far as functionality goes. But as @abuiles says, there are conventions. Thus you can create HMTL tags without escapting through JS. Also it's common to use double quotes in CSS. But for all three of them it's just a convention. Each supports both, even HTML it seems: http://www.w3schools.com/html/html_attributes.asp |
|
@MajorBreakfast Thank you very much :) It's just as it seemed :) |
Update fs-extra to version 0.28.0 🚀 Hello 👋 🚀🚀🚀 [fs-extra](https://www.npmjs.com/package/fs-extra) just published its new version 0.28.0, which **is not covered by your current version range**. If this pull request passes your tests you can publish your software with the latest version of fs-extra – otherwise use this branch to work on adaptions and fixes. Happy fixing and merging 🌴 --- The new version differs by 13 commits . - [`ef35b70`](jprichardson/node-fs-extra@ef35b70) `0.28.0` - [`8c56e5b`](jprichardson/node-fs-extra@8c56e5b) `(Closes #209, Closes #237) lib/mkdirs: if invalid path char, return callback OR throw err` - [`a0cb04b`](jprichardson/node-fs-extra@a0cb04b) `(Closes #93) libs/mkdirs: prevent stack overflow if drive is not mounted in Windows` - [`76dcfa9`](jprichardson/node-fs-extra@76dcfa9) `lib/mkdirs/tests/root: skip if network drive` - [`f5c64d5`](jprichardson/node-fs-extra@f5c64d5) `gitignore: add npm debug` - [`5747fb3`](jprichardson/node-fs-extra@5747fb3) `(Closes #192) removed createOutputStream()` - [`2a5e355`](jprichardson/node-fs-extra@2a5e355) `readme: update note about hacking on fs-extra` - [`5652b96`](jprichardson/node-fs-extra@5652b96) `changelog: update issue links (auto generated)` - [`e2a7dae`](jprichardson/node-fs-extra@e2a7dae) `appveyor: node v5` - [`e8d2949`](jprichardson/node-fs-extra@e8d2949) `package: update travis` - [`a524434`](jprichardson/node-fs-extra@a524434) `readme: fix date of note` - [`e21cc16`](jprichardson/node-fs-extra@e21cc16) `readme: note about dropping old Node.js` - [`ad98995`](jprichardson/node-fs-extra@ad98995) `readme: update` See the [full diff](jprichardson/node-fs-extra@6fb9fc7...ef35b70). --- This pull request was created by [greenkeeper.io](http://greenkeeper.io/). It keeps your software up to date, all the time. <sub> Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡ </sub>
Update fs-extra to version 0.28.0 🚀 Hello 👋 🚀🚀🚀 [fs-extra](https://www.npmjs.com/package/fs-extra) just published its new version 0.28.0, which **is not covered by your current version range**. If this pull request passes your tests you can publish your software with the latest version of fs-extra – otherwise use this branch to work on adaptions and fixes. Happy fixing and merging 🌴 --- The new version differs by 13 commits . - [`ef35b70`](jprichardson/node-fs-extra@ef35b70) `0.28.0` - [`8c56e5b`](jprichardson/node-fs-extra@8c56e5b) `(Closes #209, Closes #237) lib/mkdirs: if invalid path char, return callback OR throw err` - [`a0cb04b`](jprichardson/node-fs-extra@a0cb04b) `(Closes #93) libs/mkdirs: prevent stack overflow if drive is not mounted in Windows` - [`76dcfa9`](jprichardson/node-fs-extra@76dcfa9) `lib/mkdirs/tests/root: skip if network drive` - [`f5c64d5`](jprichardson/node-fs-extra@f5c64d5) `gitignore: add npm debug` - [`5747fb3`](jprichardson/node-fs-extra@5747fb3) `(Closes #192) removed createOutputStream()` - [`2a5e355`](jprichardson/node-fs-extra@2a5e355) `readme: update note about hacking on fs-extra` - [`5652b96`](jprichardson/node-fs-extra@5652b96) `changelog: update issue links (auto generated)` - [`e2a7dae`](jprichardson/node-fs-extra@e2a7dae) `appveyor: node v5` - [`e8d2949`](jprichardson/node-fs-extra@e8d2949) `package: update travis` - [`a524434`](jprichardson/node-fs-extra@a524434) `readme: fix date of note` - [`e21cc16`](jprichardson/node-fs-extra@e21cc16) `readme: note about dropping old Node.js` - [`ad98995`](jprichardson/node-fs-extra@ad98995) `readme: update` See the [full diff](jprichardson/node-fs-extra@6fb9fc7...ef35b70). --- This pull request was created by [greenkeeper.io](http://greenkeeper.io/). It keeps your software up to date, all the time. <sub> Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡ </sub>
No description provided.