this post was submitted on 21 Mar 2025
707 points (98.8% liked)

Programmer Humor

21772 readers
2006 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
[–] dan@upvote.au 21 points 1 day ago* (last edited 1 day ago) (2 children)

Visual SourceSafe

Yes! That's the one I was struggling to remember the name of. My previous employer started on Visual SourceSafe in the 90s and migrated to Team Foundation Server (TFS) in the 2000s. There were still remnants of SourceSafe when I worked there (2010 to 2013).

I remember TFS had locks for binary files. There was one time we had to figure out how to remove locks held by an ex-employee - they were doing a big branch merge when they left the company, and left all the files locked. It didn't automatically drop the locks when their account was deleted.

They had a bunch of VB6 COM components last modified in 1999 that I'm 80% sure are still in prod today. It was still working and Microsoft were still supporting VB6 and Classic ASP, so there wasn't a big rush to rewrite it.

[–] HarkMahlberg@kbin.earth 6 points 1 day ago (1 children)

Welcome to my world... our new lead architect has mandated that we move everything from TFS to GitLab before the end of the year. I hope it comes true.

[–] Flames5123@sh.itjust.works 2 points 19 hours ago

At the start of COVID, I migrated our three projects to git from VSS. I also wrote a doc for our other teams to do the same. It was amazing once we got it working. Small team of 3, but we started using feature branches which enabled us to easily merge everything into a testing branch and release only certain features at a time. So much cleaner.

Before I left, I almost got semi automatic CI/CD working with Jenkins!

[–] heavydust@sh.itjust.works 3 points 1 day ago (1 children)

That or when SourceSafe was literally deleting random files because it was full of bugs.

[–] nogooduser@lemmy.world 2 points 1 day ago

I remember when our company split up and we had to give them the source code of some older versions that they still used. We couldn’t do that because the repo was corrupt meaning that we couldn’t access some older revisions. We had no problems using it day to day so nobody noticed which meant that all backups were also corrupted.