std.compress

Jonathan M Davis jmdavisProg at gmx.com
Wed Jun 5 00:38:56 PDT 2013


On Wednesday, June 05, 2013 09:31:01 Jacob Carlborg wrote:
> On 2013-06-05 08:59, Jonathan M Davis wrote:
> > So, you want to create whole modules for each compression algorithm? That
> > seems like overkill to me. What Walter currently has isn't even 1000 lines
> > long (and that's including the CircularBuffer helper struct). Splitting it
> > up like that seems like over-modularation to me.
> 
> The current modules in Phobos already contains too much. We shouldn't
> make the same mistake again.

Maybe some do, but many don't, and 1000 lines is _far_ from too much. If we 
start making modules that small, we're going to end up with tons of them to 
wade through to find anything.

- Jonathan M Davis


More information about the Digitalmars-d mailing list