|
On 08/02/2013 18.56, steve donovan wrote:
Being a lazy guy, I pick the single quotes since they're easier to type, but other people are much more organized ;)
I refute the accusation of being much more organized, but I usually reserve " for printable strings (e.g. the 'user side') and ' for program strings such as patterns, identifiers, etc.
(this can also be useful when searching for strings to be localized 'after the fact')
-- Enrico