On Thursday, 14 March 2013 at 03:43:03 UTC, bearophile wrote:

http://dlang.org/dstyle.html

Bye,
bearophile

I read this, but this document is very small and without some important question's. For example:

interface ISome ... or interface Some ...

...

int foo() {    or   int foo()
 ...                {
}                       ...
                    }

...

void foo(int a, int b, int c)   or   void foo(int a,
...                                           int b,
                                              int c) ...

etc...

I want to find something like PEP8.

Reply via email to