derp
derp copied to clipboard
Code & Documentation Design
Decide on formatting rules for code and documentation.
how about prefixing non-public members with _ i think that highly increases readability. and it works well with @property syntax.
for every thing else i'd just use http://dlang.org/dstyle.html
Yeah we already do that and it's in the code guidelines too.