this post was submitted on 15 Mar 2026
865 points (93.4% liked)

Programmer Humor

30403 readers
2182 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] blackn1ght@feddit.uk 1 points 19 hours ago

Cool, and then there’s NEVER any problems with different paths? With back and forward slashes? With the limit on path length? With missing permissions on the file system requiring weird workarounds?

Nope. The language we use handles that for us. I don't think path length has been an issue for a while now?

Most importantly, your server is likely not Windows, yet you test on Windows, and that’s never ever been a serious source of issues?

We use serverless functions using Linux and it's never an issue. My previous employer, we had Windows servers and Linux based containers, and that wasn't an issue either.