Kill implicit joining of adjacent strings

bearophile bearophileHUGS at lycos.com
Wed Nov 10 20:10:35 PST 2010


so:

> For 3 lines yes but how about a long file? Not everyone using vim!

There is very little D2 code around... and I don't think very large amounts of concatenated strings in the source code are a good programming practice.


> What about this one?
> 
> "red" "blue" => error
> 
> "red"
> "blue" => pass

That's a special case, special cases are bad for the programmer's diet :-)

Bye,
bearophile


More information about the Digitalmars-d mailing list