this post was submitted on 21 Mar 2025
707 points (98.8% liked)
Programmer Humor
21772 readers
1915 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
It's a scary amount of projects these days managed by a bunch of ZIP files:
I did that with documents in my Uni years.
By the end, I was using ISO timestamps.
Inspired by a small collaboration project from a few years ago.
If we're talking actual builds then zip files are perfectly fine as long as the revs make chronological sense.
I'm not. I'm talking about in companies where dev A wants dev B to do some work, but they don't use git or any kind of source control, so you email over a cursed ZIP file, then dev B does the work and sends it back with a different name. It's a highly cursed situation.