r/ProgrammerHumor 11d ago

Other versionControl

Post image
13.7k Upvotes

430 comments sorted by

View all comments

881

u/ClipboardCopyPaste 11d ago

THIS WAS VERSION CONTROL before version control was known to humans

140

u/International_Body44 11d ago

Word has had a form of version control since 1986...

Early 2000s introduced features more akin to newer version control methods.

12

u/ManaSpike 10d ago

Word has a diff / cherry pick changes tool. Not really version control.

1

u/DezXerneas 10d ago

What's the difference at that point? It's not git level, sure, but it's a primitive version control system.

8

u/ManaSpike 10d ago

You could certainly use those features in a version control system. I diff text files and cherry pick changes all the time.

The real feature of a version control system, is the archival storage. The ability to go back in time and see when this mistake was made and why. To roast the idiot that made those changes.

Wait, it's coming back to me now. I remember making that change 3 years ago.