[Rosettacode] D code line length limit

Jonathan M Davis via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 8 03:56:36 PDT 2014


On Thu, 08 May 2014 10:27:17 +0000
bearophile via Digitalmars-d-learn <digitalmars-d-learn at puremagic.com>
wrote:

> Jonathan M Davis:
>
> > I still think that allowing const on the left is simply a
> > bad design decision.
>
> I opened a request on this, and it was closed down :-)

I know. Walter doesn't agree that it was a bad decision. He thinks that being
consistent with the other function attributes and letting them all be on both
sides of the function is more important, but given the fact that that's
highly error-prone for const and immutable, I definitely think that it was a
bad decision. Unfortunately, we're stuck with it, because Walter doesn't
agree, and I don't expect that anyone is going to be able to convince him.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list