On 3/30/11 5:24 PM, bearophile wrote: > Andrei: > >> Beyond naming: > > Some standard for member attributes? Like m_something, etc? I don't like this a lot, but having a style guide on this too is useful for Phobos (and user code). > > Bye, > bearophile I usually prepend private data members with an underscore. Andrei