this post was submitted on 11 Oct 2025
299 points (98.7% liked)

Programmer Humor

41595 readers
82 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ChaosMonkey@lemmy.dbzer0.com 3 points 5 months ago* (last edited 5 months ago) (1 children)

In my experience this can be beneficial when committing and rebasing small and distinct changes.

[โ€“] GissaMittJobb@lemmy.ml 2 points 5 months ago

Agreed. If your commits are reasonably structured, rebasing is far more helpful.

Although these days I usually opt for one ball-of-mud commit while developing the code, which is always fairly trivial to rebase - only one commit, can't have follow-up issues - and then I redo the commit structure from scratch as a part of preparing the code for the benefit of the reviewer.