"A Stack isn't designed to store data. It's designed to make the most recent piece of work the easiest to access."
In the previous article, we discovered a new kind of design problem.
Some systems don't need to find the fastest item.
Some don't need to process tasks in arrival order.
Instead, they need to work with whatever happened most recently.






