May 08, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
Jonathan M Davis: I opened a request on this, and it was closed down :-) Bye... | |||
May 08, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
On Thu, 08 May 2014 09:30:38 +0000 bearophile via Digitalmars-d-learn <digitalmars... | |||
May 08, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
Jonathan M Davis: This is a job for a Lint. like DScanner :-) Bye, bearophile | |||
May 08, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
On Thu, 08 May 2014 07:29:08 +0000 bearophile via Digitalmars-d-learn <digitalmars... | |||
May 08, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
Jonathan M Davis: But please put the const/immutable of methods on the right: struct... | |||
May 08, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
On Wed, 07 May 2014 18:51:58 +0000 Meta via Digitalmars-d-learn <digitalmars... | |||
May 07, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
That `extern(C) public static immutable pure nothrow @safe` should be on the same line... | |||
May 07, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
While I agree that
pure @safe @nogc nothrow
void doSomething(int n)
{
}
is quite ugly... | |||
May 07, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
Nick Sabalausky: This is not regular code, it's an online wiki. The situation is... | |||
May 07, 2014 Learn » Re: [Rosettacode] D code line length limit | |||
|---|---|---|---|
| |||
On 05/07/2014 06:25 AM, bearophile wrote: > limit to about 80 chars. I... | |||
Copyright © 1999-2021 by the D Language Foundation