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

Adding multiple elements to a basket. #56

Open
nicholalexander opened this issue Apr 15, 2023 · 1 comment
Open

Adding multiple elements to a basket. #56

nicholalexander opened this issue Apr 15, 2023 · 1 comment

Comments

@nicholalexander
Copy link
Owner

nicholalexander commented Apr 15, 2023

Would we like to have something like this?

Basket.add('EggBasket', [egg1, egg2, egg3, egg4]

Instead of

Basket.add('EggBasket', egg1)
Basket.add('EggBasket', egg2)
Basket.add('EggBasket', egg3)
Basket.add('EggBasket', egg4)

I mean eggs only get laid one at a time, and if you're adding multiple things at the same time, that seems like you might not need a basket. But on the other hand, if you need 12 eggs for your Quiche brunch and you go out to the chicken coop and there's 3 eggs there, you might want to just add em in all at once?

@nicholalexander
Copy link
Owner Author

I sorta think no. If you have all the eggs you need to add to a basket already, why bother with a basket. Unless you have 10 eggs and you need a dozen and the next two aren't coming until tomorrow. So maybe I don't know what I think.

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