Review: std.logger

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 25 12:56:51 PDT 2014


On 2014-07-25 14:52, Dicebot wrote:

> That is interesting clash of attitude to standard library :) In my
> opinion it is quite the opposite - standard library is here to ensure
> primarily that all trivial things are done in a same way in all
> projects. Anything more complicated can be packaged as a separate
> library but trivialities are exactly the things that set up common
> ground and ensure good library interoperation.

Do you think std.datetime is easy? I heard it was quite hard to 
implement correctly. Taken into account daylight savings and what not. 
Phobos is full of things like that. But it also contains trivial 
functionality. And we should not even start talking about druntime.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list