<p dir="ltr">On 9 Oct 2014 09:55, "Martin Nowak via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br>
><br>
> Kenji just proposed a slightly controversial pull request so I want to reach out for more people to discuss it's tradeoffs.<br>
> It's about deprecating function qualifiers on the left hand side of a function.<br>
><br>
> So instead of<br>
>     const int foo();<br>
> you'd should write<br>
>     int foo() const;<br>
><br>
> Then at some future point we could apply the left hand side qualifiers to the return type, e.g. `const int foo();` == `const(int) foo();`<br>
><br>
> Would this affect your code?<br>
> Do you think it makes your code better or worse?<br>
> Is this just a pointless style change?<br>
> Anything else?<br>
><br>
> <a href="https://github.com/D-Programming-Language/dmd/pull/4043">https://github.com/D-Programming-Language/dmd/pull/4043</a></p>
<p dir="ltr">You have my full support in this.  What we should first focus on it the path of least resistance to making this happen.  Preferably sooner rather than later.</p>
<p dir="ltr">Iain.</p>