Skip to content

Find a better way to maintain length property #19

Description

Some implementations do not need to remember the number of elements stored. But the user might want to know that. Options:

  • Write source with length computation then manipulate code at runtime to remove useless operations and properties?
  • Write two very similar implementations.
  • Use inheritance.
  • ...

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