coding standard for D progrimming language

AngryLemming artem.3a at gmail.com
Wed Mar 13 20:55:14 PDT 2013


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.


More information about the Digitalmars-d-learn mailing list