Deprecation of implicit string concatenation

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 4 10:31:12 PDT 2017


On 2017-04-02 16:20, Johan Engelen wrote:

> I've been thinking for some time now about making a good code formatter,
> and the removal of the automatic concat (and the necessity of parens)
> makes automatic reformatting of code _a lot_ harder.

Assuming you're thinking of splitting up lines that are too long. In my 
opinion, splitting up string literals should only be chosen as one of 
the last resorts.

For example the Clang formatter, at least in the beginning, only 
modifies whitespace.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list