1133
I'm not messy, I'm just efficient
(kbin.run)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
"Sorted upon access"? When adding to the pile, I make sure I can still see a piece of every article of clothing. Random access is only grabbing and yanking.
Adding is O(n log n), removing is O(1)