Feedback on Átila's Vision for D

Adam D. Ruppe destructionator at gmail.com
Tue Oct 15 16:29:10 UTC 2019


On Tuesday, 15 October 2019 at 16:22:22 UTC, Atila Neves wrote:
> I suggest using `std.conv.text` instead. For one liners it's 
> (IMHO) nearly the same as string interpolation. I think string 
> interpolation only comes into its own with multi-line strings, 
> which is common in D because of string mixins and q{}.

I find declaration names to be the most common place to actually 
concatenate strings in well-written code... and really, 
interpolation wouldn't help that much compared to `}~VAR~q{`...


More information about the Digitalmars-d mailing list