DStyle: Braces on same line

Danyal Zia via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jul 12 12:56:24 PDT 2014


On Saturday, 12 July 2014 at 19:35:11 UTC, anonymous wrote:
> There is another stylistic choice which I do find confusing:
> capitalized identifiers for non-types, e.g. variables and
> functions. Please don't do that.

Agreed about variables and functions. However I personally prefer 
to use PascalCased identifiers in enum unlike what is preached in 
Dstyle page.


More information about the Digitalmars-d-learn mailing list