MS Developers: Kill all children
this post was submitted on 25 Jun 2023
17 points (100.0% liked)
Programmer Humor
32411 readers
332 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
Well I didn’t wake up today expecting to watch a video about task manager, but here I am.
Fun fact: there's a shorter way to throw a NullPointerException:
throw null;
Because throw
throws a NPE if the parameter is null
This is my favorite. I did php early in my career and for years I would have to Google " equivalent explode/implode" because it was so memorable
Linux: kill
Also Linux: zombies, orphans
I love die()! but PHP has exit(), too, and it does the same thing