Making D Lang More easy.

Walter Bright newshound2 at digitalmars.com
Wed May 11 16:32:23 PDT 2011


On 5/11/2011 3:52 PM, Timon Gehr wrote:
> I'd like to hear some of Walter's arguments on the matter.

Because such an error would be highly annoying when:

1. you're using version/debug/staticif conditional compilation

2. you're commenting out code when trying different things or searching for a bug

3. you're using the "import all;" idiom


Annoying programmers doesn't make them feel good about using D.


D also has very solid protection against problems caused by importing multiple 
modules with conflicting names. This means that the likelihood of actual bugs 
being caused by unused imports is pretty much nil.


More information about the Digitalmars-d mailing list