Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a better way to maintain length property #19

Open
make-github-pseudonymous-again opened this issue Apr 18, 2020 · 0 comments
Open

Comments

@make-github-pseudonymous-again
Copy link
Member

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.
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant