Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.

Standardized quotes #10

Open
EricRabil opened this issue Jun 18, 2017 · 0 comments
Open

Standardized quotes #10

EricRabil opened this issue Jun 18, 2017 · 0 comments
Assignees
Labels

Comments

@EricRabil
Copy link
Contributor

EricRabil commented Jun 18, 2017

JavaScript allows you to define strings in one of three ways: double quotes, single quotes, and backticks (as of ECMAScript 6). Each of these lines creates a string and, in some cases, can be used interchangeably. The choice of how to define strings in a codebase is a stylistic one outside of template literals (which allow embedded of expressions to be interpreted). Many codebases require strings to be defined in a consistent manner, and we should follow suit. I think it's a good idea for us to standardize our quotes. @AppleBetas

@EricRabil EricRabil self-assigned this Jun 18, 2017
@AppleBetas AppleBetas reopened this Jun 18, 2017
@AppleBetas AppleBetas reopened this Jun 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants