Skip to content

Binary attribute encoding #18

Description

@hayesall

There's a choice when working with binary attributes:

% (1)
has_feature(object1,0).
has_feature(object2,1).

vs.

% (2)
has_feature(object2).

I usually prefer (2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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