Making D Lang More easy.
bearophile
bearophileHUGS at lycos.com
Mon May 16 04:05:01 PDT 2011
Matthew Ong:
> // the line below is really >dangerous< and might have been missed
> out because it is NOT flagged. Such things are always flag within Java
> and also google Go and maybe c/c++. Hopefully this will be flag as
> compilation erro to others kind of syntax.
> foo(); // C.foo() is called, it is found before imports are searched
> bar(); // A.bar() is called, since imports are searched
It's almost four years that I yell against this shit. But they like this. The design of D module system is broken still (and its implementation is even worse).
Bye,
bearophile
More information about the Digitalmars-d
mailing list