www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: Partial class implementation

reply Robert Fraser <fraserofthenight gmail.com> writes:
James Dennett Wrote:

 That's the common case; I think Bjarne, Herb, Scott etc. are
 assuming that you know this, and highlighting the exceptions.
 
 -- James

Indeed, for the exceptional (mostly-data) types, working with external functions is probably better coding style. But this doesn't preclude partial class implementation.
Jul 18 2007
parent Robert Fraser <fraserofthenight gmail.com> writes:
Thinking about it more, though, this might break the existing module concept,
so... proposal retracted.

Robert Fraser Wrote:

 James Dennett Wrote:
 
 That's the common case; I think Bjarne, Herb, Scott etc. are
 assuming that you know this, and highlighting the exceptions.
 
 -- James

Indeed, for the exceptional (mostly-data) types, working with external functions is probably better coding style. But this doesn't preclude partial class implementation.

Jul 18 2007