D naming style?

Ali Cehreli acehreli at yahoo.com
Fri Sep 4 18:18:13 PDT 2009


Thank you!

Jarrett Billingsley Wrote:
> Many people don't indicate class members with any kind of decoration

I noticed that too. :)

The justification that I've come up with is that, we need the decoration in e.g. C++, because the member declaration is not visible in the implementation file, so the decoration communicates that the member is in the header file.

That's not the case in D, so there is no need for the decoration; but I miss them too. :)

Ali




More information about the Digitalmars-d mailing list