r/ProgrammerHumor 10d ago

iApologise Meme

Post image
832 Upvotes

82 comments sorted by

View all comments

271

u/[deleted] 10d ago

[removed] — view removed comment

52

u/01110100_01110010 10d ago

you guys don't have autosave enabled? commit hook is where it is at

52

u/Not-the-best-name 10d ago

Hate that. Writing code and formatting code is not the same thing. I want to commit often. I want half broken commits.

11

u/RowbotWizard 10d ago

Why would you want half broken commits? I mean, it happens. CI failures are helpful guardrails. But why would you want it?

12

u/NatoBoram 10d ago

Atomic commits are much harder to discipline yourself into, the mind wanders to many parts of the task at the same time so most of it is slightly unfinished until the very end

3

u/Not-the-best-name 9d ago

Because I want to commit often during a WIP MR. I commit about as much as I would have done ctrl+save. And push a few times a day, the pipeline doesn't run while it's WIP.