Proposed improvements to the separate compilation model

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Mar 6 05:44:28 PST 2013


On 3/6/13, Rob T <alanb at ucora.com> wrote:
> Actually I had meant this instead, which reduces duplication
>
> class A
> {
>
> }
>
> class A.B
> {
>      // implementation
> }

I don't like this idea at all. It again makes the class unreadable
because you can't tell at a glance what it contains.


More information about the Digitalmars-d mailing list