794
Data Organization
(lemmy.ml)
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.
The main difference being that code is typically stored in plain text files, where you can more easily compare and merge differences, while some other document types are harder to
diff
usefully. That doesn't mean you can't use git to keep their version history, it just means resolving merge conflicts might be a bitch.