this post was submitted on 01 Sep 2025
462 points (98.9% liked)

Programmer Humor

26152 readers
1033 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

founded 2 years ago
MODERATORS
 

"What's your go-to tool as a programmer these days?"

My brain, same as it always has been!

🤭This guy is a gold mine

you are viewing a single comment's thread
view the rest of the comments
[–] Dumhuvud@programming.dev 3 points 3 days ago (1 children)

May I suggest avoiding recursive functions where possible? They are usually the ones overflowing your stack, duh.

[–] zarkanian@sh.itjust.works 3 points 3 days ago

The trick to avoiding recursive functions is to avoid recursive functions.