TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Reverse Pull Request

1 pointsby adrianomartinsover 2 years ago

1 comment

conor_fover 2 years ago
I&#x27;m quite confused. I understand why pushing directly to a main branch leads to faster development&#x2F;deployment iterations, but doing a &quot;reverse pull request&quot; seems to me to be ineffective.<p>What happens in a situation when someone has some critical feedback in a reverse pull request? It&#x27;s not like they can suggest changes and block the deployment after the fact. This seems super important for more tenured team members who may have a better understanding of the wider affects a change could bring to a different microservice.<p>Secondly, why review reverse pull requests? The change is already deployed, and there&#x27;s likely to be too many to keep on top of for general informational purposes.