Early review of std.logger
Dicebot
public at dicebot.lv
Mon Nov 4 09:27:28 PST 2013
On Monday, 4 November 2013 at 17:08:21 UTC, Robert Schadek wrote:
>> 4.
>>
>> Static "namespace" classes are redundant and should be
>> replaced with
>> module-scope globals.
> not sure either
My concern here is that if we need explicit additional symbol
qualification to avoid collisions, D module system has failed.
But I believe it actually works just fine, the problem is in
habit of using imports in a way similar to C++ includes. Phobos
should do more about endorsing power usage of D modules, not
resort to demands of unad(a/o)pted ones :)
More information about the Digitalmars-d
mailing list