Review of std.net.isemail part 2

KennyTM~ kennytm at gmail.com
Wed Mar 30 13:41:41 PDT 2011


On Mar 31, 11 04:35, Jonathan M Davis wrote:
>> >  For my money, just take the first that applies:
>> >
>> >  - Is it a function name? Use thisStyle.
>> >
>> >  - Is it a value (be it constant or variable)? Use thisStyle.
>> >
>> >  - Is it a type? Use ThisStyle.
>> >
>> >  - Is it a module name? Use this_style.
> This would be a good example of something that's never been agreed on AFAIK.
> Does any module in Phobos use this_style? I'm not necessarily opposed, but I
> don't think that it's been used yet.
>

It is more like 'thisstyle'

std.
    bigint
    bitmanip
    datetime
    getopt
    outbuffer
    outofmemory   // <-- btw why is it thing still documented?
    socketstream
    typecons
    typetuple


More information about the Digitalmars-d mailing list