this post was submitted on 21 Mar 2026
782 points (98.3% liked)
Programmer Humor
30494 readers
3864 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You're saying this as if there isn't multiple piles mixed fresh and dirty clothes with an O(n^2) complexity to find something you want.
I personally prefer to have my clothes indexed in an ordered storage so I know exactly which row in the drawers clean shirts are in.
That makes me think of how much it annoys me when things are really messy and disorganized in our house, which is very often.
It's like there's no indexing. Where is thing X that somebody else used last? Time to start a fresh empty-cache brute force search of the whole space!