Review of std.net.isemail part 2

Jacob Carlborg doob at me.com
Wed Mar 30 01:27:11 PDT 2011


On 3/30/11 1:30 AM, Jesse Phillips wrote:
> Jacob Carlborg Wrote:
>
>> I've made a few minor changes:
>>
>> * Renamed EmailStatusCode.Off ->  None and On ->  Any
>> * Added and clarified the documentation for EmailStatusCode.Any and None
>> * Updated the documentation
>>
>> Github: https://github.com/jacob-carlborg/phobos/tree/isemail
>> Docs: http://dl.dropbox.com/u/18386187/isemail.html
>>
>> --
>> /Jacob Carlborg
>
>
> I believe enum values are to be named lowercase first. EmailStatusCode.any

I don't know what the style guide says about enum members but if that's 
the case I'll change the names to begin with lowercase.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list