Skip to content

Consider making Conditions a Value. #8

Description

@timtadh

Conditions currently have the methods:

  • applies(objs)
  • evaluate(objs)

These correspond to (in Value):

  • has_value(objs)
  • value(objs)

consider just making these NonWritable values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions