Join Nostr
2025-12-29 16:12:59 UTC

musicmatze :rust: :nixos: on Nostr: I feel like a lot of developers fear merge conflicts and complexity of "rebase". ...

I feel like a lot of developers fear merge conflicts and complexity of "rebase".

That's why projects employ the rebase-merge or rebase+squash-merge workflow.

First of all: That's a unfounded fear.
Second of all: How can you expect your users to trust you w.r.t. professionalism in writing source, when you do not even show them (or have) your professionalism when using the basic tools _for_ writing source code.

Like... everyone is ranting about "AI" producing sub-par code, but then commit histories look like shit all the time with people doing "format fixed", "fixes", "more stuff" commits.

... or, in other words: LEARN TO USE THE TOOL YOU FKNAAAARGGHH MORONS!

---

Despairingly presented by someone who just tried to find out why a certain function was implemented in a certain way...

#git #github #software #sourcecode #opensource #development