this post was submitted on 15 Aug 2025
606 points (98.4% liked)

Programmer Humor

25730 readers
1236 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
[โ€“] bitjunkie@lemmy.world 5 points 13 hours ago (1 children)

This was one of the reasons I quit trying to develop on Windows way back when. I had a very well organized system of subfolders for all my code, and it was literally running into some kind of path length limit trying to import deeply nested dependencies in certain projects. This was WELL into the era of 64-bit computing, absolutely no excuse other than Microsoft taking shortcuts.

I still run into this issue when one of my company's clients requires developing on Windows. Doesn't take many subfolders before node_modules just starts breaking.

There are lots of reasons I hate developing on windows and that's certainly one of them.