Tuesday 20 March 2018

Is there a downside to using template literal strings everywhere?

I keep accidentally using them for strings that do not require string templating, sighing and then removing them and using single quotes.Since ESLint doesn't seem to care that i am using them without string templates (or atleast i cannot find a rule for that). Is there any downside of just completely moving over?

Submitted March 20, 2018 at 07:50AM by SonOfSpades

No comments:

Post a Comment