More flexible alternative to BufferContainer #85
Labels
design
Discussing larger design and architecture ideas
e/api
Improving a method in the API, or adding a new one
e/ergonomics
Reducing friction for the end-user experience
needs_thought
Concepts that need to be explored more before they're ready to be worked on
Milestone
This hit me in the shower today.
What if instead of this:
we had something like this?
(most type annotations are unnecessary and are only included for clarity)
Why?
Users don't always need to store a whole bunch of values at once. And sometimes when they do, they know how many values they'd like to store and would prefer to use a fixed-size array. This design lets you choose exactly how you'd like to store your data.
Filters would probably get dissolved by this too.
Instead of doing:
You would do:
Methods
The text was updated successfully, but these errors were encountered: