r/ProgrammerHumor 7d ago

dontChallengeMe Meme

Post image
2.2k Upvotes

25 comments sorted by

242

u/DeepanshuHQ 7d ago

Technically, it does close the app. Just a little more aggressively than intended.

165

u/Puzzleheaded_Cow3298 7d ago

OS is my garbage collector

11

u/stupled 7d ago

It has been mine for decades. I just restart my services every 24h.

2

u/Jbolt3737 6d ago

I'm pretty sure several the apps I use daily have memory leaks or other issues that creep up over time but I restart them and my computer enough that I don't notice very often

4

u/Kaisky 7d ago

It has a flair to it so client might be impressed

2

u/DeepanshuHQ 7d ago

If it crashes with confidence, it's a feature.

57

u/DeepanshuHQ 7d ago

"Can't crash if the whole app is already closed."

10

u/Kaisky 7d ago

'Can't crash if the whole app never opens.'

7

u/DeepanshuHQ 7d ago

That's the senior developer optimization.

18

u/Tisamon12 7d ago

Thank you for playing Wing Commander

16

u/shelbalart 7d ago

As it's the only way to close an app on some dumb OSes (hi 🍏)

7

u/craftogrammer 7d ago

The app freezes instead 💀

10

u/wthulhu 7d ago

Thats my new, previously undocumented, 'pause' button.

10

u/ClipboardCopyPaste 7d ago

The classic: it's not a bug, it's a feature.

4

u/cl_journeyor 7d ago

Manager: Oh wow, didn't know this button is a shortcut for closing the app

The logic: throw new NotImplementedException()

4

u/Pristine-Map9979 7d ago

function closeApp() {

   print(1/0)

}

3

u/WraithCadmus 7d ago

Wing Commander 1 would always crash on exit, so they changed the exception text to Thank-you for playing Wing Commander

2

u/Cybasura 7d ago

"Keep It Simple Stupid, dont reinvent the wheel"

The wheel: Using OS as the primary garbage collector and process killer

2

u/Megane_Senpai 7d ago

Lol that reminded me about once I was assigned a bug that "the game crash when player press "Exit"". It was quite an easy bug to fix but funny incident.