std.compress

David Nadlinger code at klickverbot.at
Wed Jun 5 04:27:45 PDT 2013


On Wednesday, 5 June 2013 at 07:00:14 UTC, 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.

Modules are the unit of encapsulation in D (private), so they 
should always be as small as possible.

As Andrei would say: Destroyed?

David


More information about the Digitalmars-d mailing list