|
|
|
|
|
by EnderShadow8
1368 days ago
|
|
Why not use double quotes for strings in all languages? It makes sense for a number of reasons. Single quotes are much more likely to be in the contents of a string than double quotes. Of course, if you have a style guide, you should stick to that. |
|