r/ProgrammerHumor 19h ago

Meme softwareEngineeringIsDead

Post image
1.4k Upvotes

32 comments sorted by

View all comments

150

u/drex_vke 18h ago

generally it's a slop code this kind of commit.

13

u/danfay222 16h ago

Or generated code, occasionally our tools don’t recognize large generated files or reverts and suddenly you have a 100k line change

2

u/anto2554 8h ago

Why are your large generated files in source?

2

u/danfay222 8h ago

The majority of them are contained in a separate repo, but some are mirrored across and others are generated inside the main repo. There’s a lot of reasons why, the main one being compatibility with our build system and CI.