Where is naming convention?

Kevin Cox kevincox.ca at gmail.com
Sat Jun 2 03:32:14 PDT 2012


On Jun 2, 2012 1:54 AM, "Jonathan M Davis" <jmdavisProg at gmx.com> wrote:
> No. It simply means that all of the letters of an acronym are always the
same
> case. So, you'd have
>
> class ASCIIException {}
> void funcASCII() {}
> int asciiVar;
> enum UTFEnum { asciiEnum, utfEnum }

Oh, good solution, I could never decide how to do it in my code.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120602/8b54ef5b/attachment.html>


More information about the Digitalmars-d mailing list