this post was submitted on 27 Mar 2025
234 points (97.2% liked)
Technology
68187 readers
3643 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Would you really want everyone in the world looking at every end of day commit before you've refactored it into something vaguely passable?
Honestly, it has been fine. Almost nobody really pays attention to anything they don't care about, and most people who do care tend to be pretty helpful.
Heck, I'll sometimes make a
wip.diff
file and scp it back and forth between work and home machines just because the code feels not ready for other eyes.While I'm way too lazy to do that myself, I respect you for the skill and effort.
😅 it's not often nowadays, I'm not fresh meat at work anymore so I feel less insecure these days lol
Who tf looks at feature branches unless it's particularly relevant to them or they're reviewing a PR?
It's not like they merge half-baked features straight to master every day lol
So what exactly are we losing?
You can't review changes in the next build before it's actually released?
Currently you can still keep up with the master branch. PRs are merged a fair bit more often than new builds are made.
Ah and nobody outside of Google can contribute to Android development. I believe up till now if you found a bug you could fix it and open a PR? No?
When that code is used on devices all over the world for many very important tasks, yes.
Why do you feel that Vs when merges happen?