this post was submitted on 25 Dec 2025
244 points (97.3% liked)
Programmer Humor
39640 readers
566 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've had a couple interview tasks that are like "clone this repo and run it. Try to do [action]. Tell us any errors you find and how to fix them"
One of them was some sort of redux app, and the problem was a state mutation. Another one, the CSS had some weird so stuff rendered crazy. Both were pretty easy to track down and fix. You could probably also do something that's like an error thrown, but people would probably just feed that into an AI now.