Ship it.
this post was submitted on 17 Jan 2025
200 points (100.0% liked)
Programmer Humor
854 readers
14 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 5 years ago
MODERATORS
Like putting electrical tape over your check engine light.
Average node bug solving
process.on('uncaughtException', console.error)
except: pass
Donald Trump does coding.
I came across a stack overflow recently about how to do something in a jasmine unit test. Someone gave a solution of “I just changed the test to xit(“…
and now there are no errors!”
It works on their machine though!