Time to destroy Walter: breaking modules into packages

SomeDude lovelydear at mailmetrash.com
Wed Jun 5 20:56:12 PDT 2013


On Thursday, 6 June 2013 at 02:36:12 UTC, Jonathan M Davis wrote:

> But I believe that package level access only works on the same 
> level, so you couldn't have separate modules for compressing 
> and decompressing as was being suggested. It would need to be 
> more like
>
> std.compress.zlib;
> std.compress.lzw;
>
> At that point, it would be trivial to have a common module of 
> some kind with
> shared functionality which has package access level.
>
> - Jonathan M Davis

+1

That seems to be the right level of granularity.


More information about the Digitalmars-d mailing list