Remix.run Logo
what 4 hours ago

If your PR has more than one commit, each one should be deployable in isolation. Which means you can split your giant PR into smaller ones that can be reviewed independently.

tclancy 3 hours ago | parent [-]

I’ve worked under both systems, but isn’t the purity you’re describing a bit of a dodge in that you wind up force pushing amended commits when you find you forgot something?

steveklabnik 3 hours ago | parent | next [-]

Why is that a dodge? that's the expected way to work in this system, and it should be able to show you the interdiff between those amends.

adastra22 an hour ago | parent | prev [-]

Not once they hit master, no. You push bug fix commits.