Just another example of missing string interpolation

Walter Bright newshound2 at digitalmars.com
Thu Oct 19 01:12:53 UTC 2023


On 10/17/2023 10:14 PM, Imperatorn wrote:
> Just a quick comment. Probably with string interpolation, less is more.

Solving for 90% of the cases with a simple solution is preferable than a much 
more complex one to get a few more %. This is a winning strategy with programming.

For example, with Ddoc and Unittest, the idea was to go for a simple-as-possible 
scheme to cover 90%, and it proved to be a winner.



More information about the Digitalmars-d mailing list