Time to destroy Walter: breaking modules into packages

Marco Leise Marco.Leise at gmx.de
Wed Jun 5 23:31:57 PDT 2013


Am Wed, 05 Jun 2013 22:35:59 -0400
schrieb "Jonathan M Davis" <jmdavisProg at gmx.com>:

> 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

If package is ambiguous, maybe it needs to be split in two or
take a parameter package(std.algorithm) or something like that
to serve both use cases.

-- 
Marco



More information about the Digitalmars-d mailing list