Single-quoted strings or double-quoted strings; the eternal conflict rages on. Between years of freelancing and open-source work I’ve gotten to see a lot of different codebases and the most common quote style I see is using single quotes by default and double quotes only when interpolating. When I ask why I always get the same answers: The style guides say to use single quotes Single-quoted string

