derp icon indicating copy to clipboard operation
derp copied to clipboard

Code & Documentation Design

Open opatut opened this issue 13 years ago • 2 comments

Decide on formatting rules for code and documentation.

opatut avatar Apr 03 '12 12:04 opatut

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

Zoadian avatar Apr 14 '12 10:04 Zoadian

Yeah we already do that and it's in the code guidelines too.

svenstaro avatar Apr 15 '12 03:04 svenstaro