Skip to content

StorageObject: properties should be refactored #15

Description

@benrussill

public long Length => should be ulong
public int ServerId => uint
public long StorageZoneId => ulong

In general, you should not be doing primitive obsession and be using "value objects", ie. for path, zonename, etc

Treating Primitive Obsession with Value Objects (Nick Chapsas)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions