Request for Features/Ideas: A std.archive package

Rikki Cattermole via Digitalmars-d digitalmars-d at puremagic.com
Mon May 25 04:50:25 PDT 2015


On 25/05/2015 10:48 p.m., Liam McSherry wrote:
> On Monday, 25 May 2015 at 03:33:37 UTC, Rikki Cattermole wrote:
>> Anyway, take a look at e.g. IWritableCapsuleArchive.
>> There is a LOT more whitespace needed to be added in that file.
>
> Could you elaborate?
>
> Functions/etc in the interfaces are grouped by purpose
> (opIndexAssign/opSliceAssign are grouped because they're related
> operators; fileName and lastModifed because they're both bits of
> metadata; put and save because they're both range interface functions).

Basically there is no lines between one function declaration and another.

E.g.

/// description here
/// and here
/// one more
void func() { ... }
/// description here
/// and here
/// and yes one more
void func2() { ... }


More information about the Digitalmars-d mailing list