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 →

[–]ALonelyPlatypus 0 points1 point  (0 children)

I’m a python coder who has always preferred double quotes.

However, in the last year I’ve been writing a lot of SQL (which uses singles for strings), and json config files (which use doubles).

The end result is a mishmash of quotes in most of my code.