this post was submitted on 13 Jun 2025
373 points (99.0% liked)
Programmer Humor
24206 readers
514 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
Yeah that checks out. Now you're ready for that massively parallel big data (or sandwich?) processing
And then you fuck up your asynchronous timing, leaving a race condition where the sandwich has bread on the inside. Oh, and QA can only reproduce sometimes
With mapreduce you should generally have your code written in such a way that that cannot happen. Unless the reduce step is improperly programmed.