Voting: std.logger
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Fri Aug 1 09:21:59 PDT 2014
On Friday, 1 August 2014 at 16:18:26 UTC, Daniel Murphy wrote:
> "Dicebot" wrote in message
> news:slflceuaxmlsdsxzcsxc at forum.dlang.org...
>
>> Solution is easy - don't do `import std.log` an don't
>> recommend use to do it in docs, always use `import log =
>> std.log`. This is how D module system is supposed to work.
>
> It's easy, but it's not the easiest. There is a lot of value
> in having the easiest way to do something also be the right way.
I am afraid we don't have the right way in D then. Caring about
cross-module name conflicts feels too much like plain C.
More information about the Digitalmars-d
mailing list