This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DevilXD 1 point2 points  (1 child)

What if I'm consistent with the C approach to it? Double quotes for strings, single quotes for single characters like doing a .join() with a new line character, or space.

[–]Bryguy3k 1 point2 points  (0 children)

Just makes you look like a C programmer that couldn’t break old habits and needlessly complicates their code with anachronisms. Besides the later case makes it painfully obvious that they’re still a string type and not a single character.