Where is naming convention?

Denis Shelomovskij verylonglogin.reg at gmail.com
Wed May 30 11:50:36 PDT 2012


According to http://dlang.org/dstyle.html
"Names formed by joining multiple words should have each word other than 
the first capitalized."

So I thought that this is right:
core.cpuid.fp16c   /// Is FP16C supported
core.cpuid.amdMmx  /// Are AMD extensions to MMX supported?

But in Phobos we have:
std.ascii.isASCII
std.utf.UTFException

More than that UtfException (which looks correct for me) is marked as 
"Scheduled for deprecation" because of incorrect name.

These cases should be explicitly stated in dstyle.html once we 
discovered correct naming in this NG thread (I hope we will).

But for now we still doesn't have naming convention.

-- 
Денис В. Шеломовский
Denis V. Shelomovskij


More information about the Digitalmars-d mailing list