|
|
|
|
|
by YorkianTones
4004 days ago
|
|
If you use contractions like don\'t inside of a string then you need to escape the apostrophe if you\'re using single quotes, which is annoying and can make the string a bit harder for humans to parse. I like the aesthetics of double-quotes better too, though that\'s not a compelling reason. |
|
Note that this is easier in Python than JavaScript because Python provides more string delimiters: