"bucket list" sounds a data structure that never comes up except in technical interviews
@computerfact You‘ll encounter the if you ever work on the Apache webserver. A design of ~20 years ago that got some attention then.
If your interviewer uses it, you might apply to work on old code bases or they just use xeroxed copies of tech interview templates.
A bucket list is like read-only stack. All push and no pop.
@computerfact It's an abstract data type with several operations:
putSquare()
putRectangle()
putTriangle()
putSemicircle()
...
but to the tester's despair, putSquare() accepts all shapes