Why do you continue to use D?

Walter Bright newshound2 at digitalmars.com
Sat Jun 6 21:56:14 UTC 2020


On 6/6/2020 2:14 PM, Steven Schveighoffer wrote:
> To continue the "show" analogy, consider a theater show where all the show light 
> bulbs burn out simultaneously. You could say "Well, they can do it by 
> flashlight," and yes, it could happen. People wouldn't be able to see it, but 
> the show would *happen*. So one could argue that not having significant lighting 
> is not a showstopper in the way you are saying "just use void initialization".

On the other hand, how many shared local variables does one have in a program?

Every shared variable is a risk of threading problems, and one should try to 
minimize their use.


More information about the Digitalmars-d mailing list