this post was submitted on 22 Nov 2023
30 points (69.2% liked)
Programming
17536 readers
179 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
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
I can see which way the wind is blowing here, but fwiw, I use graphite at work. And I like it!
I largely use it to help me break up changes into clean PRs after doing a bunch of exploratory programming. I still iterate on my feature quickly, but my coworkers get small, focused PRs. It really is easier to review when I get PRs that are divided into, say, database migrations vs business logic changes vs refactors.
And to be fair, it's all stuff you can do with
git branch
andgit rebase
, but the graphite cli automates it so I don't have to do much besides commiting like code together.Anyway, yes, still an ad. This is just two cents from somebody that has actually used graphite.