Review: std.logger

francesco cattoglio via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 25 06:01:27 PDT 2014


On Friday, 25 July 2014 at 07:11:06 UTC, Jacob Carlborg wrote:
> On 22/07/14 11:43, ponce wrote:
>
>> NullLogger is there precisely because it's trivial and needed.
>
> If it's so trivial then the users can implement that 
> themselves. A standard library isn't about implementing what's 
> trivial, it's about implementing what's most useful to most 
> people.

http://dlang.org/phobos/std_math.html#.fmin

"fmin" is trivial as well, is not used all the time, yet is in 
the standard library. Sometime trivial stuff is still good to 
have.


More information about the Digitalmars-d mailing list