this post was submitted on 26 Nov 2025
493 points (99.4% liked)
Programmer Humor
27512 readers
1029 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
hahaha I've done this exact thing before, with windows formatting folder paths as
x/y/zand file paths asx\y\z.ext, especially since some modules would only accept one format or anotherWhy don't they just have a
FilePathclass with an==operator?I've never felt so elated for taking up Qt instead of going with the .NET C# route.