Voting: std.logger

Robert burner Schadek via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 26 08:44:17 PDT 2014


On Wednesday, 20 August 2014 at 13:54:29 UTC, Ola Fosheim Grøstad 
wrote:
> - Regarding i18n: I think you should avoid using natural 
> language in strings or keep all such strings in a common file 
> for all of phobos.

example, please?

>
> - I am sceptical to the use of macro style mixins. It makes the 
> code less transparent and less maintainable.

grep -R "mixin" std/experimental/logger | wc -l
0

>
> - Having so many ways to call the log functions makes automatic 
> search and replace difficult.

It uses overloads now

------------------------


BTW:
   * move std.logger to std.experimental.logger
   * the github project has unittests for the version statements 
(all pass)

whats next?


More information about the Digitalmars-d mailing list