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
[โ€“] omgboom@lemmy.dbzer0.com 42 points 4 days ago (3 children)
[โ€“] mushroommunk@lemmy.today 24 points 4 days ago

Or even better, libraries of functions you've built up over time from visiting stack overflow

[โ€“] marcos@lemmy.world 16 points 4 days ago* (last edited 4 days ago) (1 children)

A really good way to evaluate an ecosystem is looking if people look into documentation or stack overflow first.

When it's stack overflow, the ecosystem always suck.

[โ€“] Witchfire@lemmy.world 12 points 4 days ago (1 children)

Agreed, I 100% prefer to parse through documentation than stack overflow

[โ€“] Genius@lemmy.zip 4 points 3 days ago

I prefer good documentation over stack overflow, but I prefer stack overflow over bad documentation. If other programmers are mostly using stack overflow, it means the documentation sucks

[โ€“] 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.