std.logger
Andrej Mitrovic
andrej.mitrovich at gmail.com
Thu Aug 22 08:14:04 PDT 2013
On 8/22/13, Robert Schadek <realburner at gmx.de> wrote:
> People seamed to be unhappy with the naming and the way of
> configuration.
>
> Docu:
> http://burner.github.io/phobos/phobos-prerelease/std_logger.html
Unfortunately they still won't be happy, because method names do not
follow the convention[1], specifically:
```
Functions
Function names should be camelCased, so their first letter is
lowercase. This includes properties and member functions.
```
Your functions begin with uppercase.
[1] : http://dlang.org/dstyle.html
More information about the Digitalmars-d
mailing list