TE
TechEcho
AccueilTop 24hRécentsMeilleursQuestionsPrésentationsEmplois
GitHubTwitter
Accueil

TechEcho

Une plateforme d'actualités technologiques construite avec Next.js, fournissant des nouvelles et discussions technologiques mondiales.

GitHubTwitter

Accueil

AccueilRécentsMeilleursQuestionsPrésentationsEmplois

Ressources

HackerNews APIHackerNews OriginalNext.js

© 2025 TechEcho. Tous droits réservés.

1,145 pull requests per day

113 pointspar sailEil y a 3 jours

32 comments

thewisenerdil y a 2 jours
&gt; few nuggets scattered on the internet regarding how Stripe does things (ex. #1, #2, #3) and in general the conclusion is that they have a very demanding but very advanced engineering culture<p>#3 is &quot;What I Miss About Working at Stripe&quot; (<a href="https:&#x2F;&#x2F;every.to&#x2F;p&#x2F;what-i-miss-about-working-at-stripe" rel="nofollow">https:&#x2F;&#x2F;every.to&#x2F;p&#x2F;what-i-miss-about-working-at-stripe</a>) reminiscing about 15-hour days, missing vacations, and crying at work.<p>discussed here; <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32159752">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32159752</a> (131 comments)
评论 #44070495 未加载
评论 #44070696 未加载
darth_avocadoil y a 2 jours
The comments so far are surprising. Yea counting PRs and lines of code isn’t impressive, and yes you may also do them at your own company. Any engineer will tell you, if you push code often and continuously move it to production, regression is inevitable. In finance, at a scale that stripe operates, not making mistakes is very critical. Being able to do what the articles describes is very impressive in any engineering organization. Being able to do that as Stripe is even more impressive.
评论 #44070814 未加载
评论 #44070661 未加载
评论 #44070658 未加载
评论 #44071740 未加载
danpalmeril y a 2 jours
My previous company averaged 2 PRs (and deploys) per engineer per day across a small team. At my current company I&#x27;m averaging about 2.5 CLs per day (they&#x27;re a bit smaller changes). Stripe is good at this, but this is <i>very</i> achievable.<p>Often the problem is that we put too much into a single change. Smaller changes means easier reviews, better reviews, less risky deploys, forces better tooling for deployments and change management, often lower latency, and even often leads to higher throughput because of less WIP taking up head space and requiring context switching. The benefits are so compounding that I think it&#x27;s very undervalued in some orgs.
评论 #44069069 未加载
评论 #44070683 未加载
nitwit005il y a 2 jours
How many of those people are actually working on the core payments flow that they&#x27;re measuring the uptime of?<p>I&#x27;m sure most people are working on some settings UI, fraud or risk tools, etc.
xeromalil y a 2 jours
PRs merged is the LOC count. Completely useless measure of anything really.
评论 #44070758 未加载
riffraffil y a 2 jours
The article seems surprised that you can do so many changes at scale, but IMO that&#x27;s the wrong perspective. The larger the scale you have, the easier it must be to ship a change.<p>Yes, regressions will be more painful if you manage trillions of dollars, but it also means shipping a fix for such regressions needs to be easy and fast, which you can only do if you have a good and frequent CI&#x2F;CD pipeline.<p>See also &quot;The Infallible five-tier system for measuring the maturity of your Continuous Delivery pipeline&quot;. You should live on &quot;Friday&quot;.<p><a href="https:&#x2F;&#x2F;qntm.org&#x2F;cd" rel="nofollow">https:&#x2F;&#x2F;qntm.org&#x2F;cd</a>
评论 #44071312 未加载
metalrainil y a 2 jours
Having minute of downtime per year is quite a big tradeoff.<p>It makes sense for Stripe, they would lose lot of money when not operating. But in smaller companies you can choose to take more downtime to reduce engineering time.<p>Instead of skirting around doing gradual data transformations on live data, you could take service offline and do all of it once.
AdamJacobMulleril y a 2 jours
Diminishing returns at some point, but, I think the counterpoint to this is companies who are doing a single huge manual deployment every month (or less) which is scheduled into a 4-hour outage window where many if not all services will be down for this period.<p>I do agree there isn&#x27;t a lot of delta between a company doing 2 or 10 deploys a day and a company doing 1,200, but, there&#x27;s a huge engineering gap between companies who do approximately .03 deploys per day and those doing multiple.
评论 #44070225 未加载
cuttothechaseil y a 2 jours
Is counting the number of pull requests a useful measure of engineering performance ergo product performance and company perf?<p>Isn&#x27;t it more like a BS counter that keep incrementing and that is indicative of churn but nothing else reliably.<p>One of the most low effort, easily to game metric that can be skewed to show anything that the user wants to show.
评论 #44070768 未加载
评论 #44069404 未加载
评论 #44070416 未加载
评论 #44073004 未加载
评论 #44070358 未加载
sverhagenil y a 2 jours
It is undoubtedly very impressive. But once you&#x27;re set up for it, it&#x27;s probably easier than saving up the changes and doing a big release at the end of the month, because the amount of change and the amount of risk, per deployment, then is also a lot higher.<p>Like other commenters here have said, it doesn&#x27;t mean that I can say &quot;(scoff --) we&#x27;re doing the same&quot; if I&#x27;m doing the same relative number of releases with my tiny team. But it <i>is</i> validating for a small team like mine to see that this approach <i>works</i> at large scale, as it does for us.
评论 #44070365 未加载
dgrin91il y a 2 jours
This sounds like how PMS sometimes tout the number of tickets per sprint. It&#x27;s not a relevant metric, and it&#x27;s easily gamed<p>How many of those prs were small fixes? How many went to low used services, or services only used internally?<p>They clearly have strong set of tooling for dev ops stuff, and I do believe that stripe has strong technical chops, but this number does not show that they are delivering value. It just shows they are delivery something... Somewhere
eviksil y a 2 jours
&gt; The goal is not 1,145 deployments per day. It&#x27;s removing the friction that makes that pace impossible. What&#x27;s really stopping you from rapidly shipping value to users?<p>But you haven&#x27;t identified any value, just mindless cited some throughput stat. Merge your code changes in 1-letter increments and you can juke the stats even higher!
评论 #44070684 未加载
评论 #44070729 未加载
评论 #44070667 未加载
TowerTallil y a 2 jours
Why do they need to change their software that much that often?
评论 #44070391 未加载
评论 #44070384 未加载
hellojimboil y a 2 jours
Conventional &quot;dev&quot; wisdom says that LOC and PR count don&#x27;t matter but I think its very easy to combine this data point with the nature of a dev&#x27;s work to come up with a great heuristic on productivity.
评论 #44070406 未加载
cadamsdotcomil y a 2 jours
Something to question though: does the A&#x2F;B test system generate a changeset when an engineer flips a feature flag or changes the cohorts or percentage it’s rolled out to? Those are very safe changes generated by a template and with easy (maybe even automated) rollback, so they can happen all the time without really risking downtime.<p>There’ll still be plenty of changes made by humans. But some of those 1145 per day are so low-risk that they’re almost better off making more of them.
deepsunil y a 2 jours
We do a lot of PRs as well. Most are automatically created and pushed.
arp242il y a 2 jours
Seem to be getting a 404?<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20250523000025&#x2F;https:&#x2F;&#x2F;saile.it&#x2F;1145-pull-requests-per-day&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20250523000025&#x2F;https:&#x2F;&#x2F;saile.it&#x2F;...</a>
madduciil y a 2 jours
Is there any description of Stripe&#x27;s architecture and infrastructure somewhere published?
sandsparil y a 2 jours
It&#x27;s hard for outsiders and novices to fathom what an assembly line feels like. Elite performers are often cranking things out at a scale that normal people wouldn&#x27;t believe.
评论 #44071208 未加载
hopppil y a 2 jours
Maybe they make a lot of very small PR-s? Each one should be reviewed by more than 1 person so keeping it very small is the only way imho
Syttenil y a 2 jours
More is not always better though. The simplicity of Stripe that made its success is not there anymore, ask anyone that had to build a stripe integration recently.
m3kw9il y a 2 jours
Sure, looks cool but really means nothing without looking at the type of changes. I could think of many tricks if I wanted to chase this stat
mdanielil y a 2 jours
I hope they&#x27;re not using GitHub; my inbox is unusable from GitHub talking to itself and choosing to stand next to me at the party, and we&#x27;re not [currently] doing anywhere near that volume<p>I&#x27;ve gotten some handle on it by some gmail filters but holy hell if you want to make sure I don&#x27;t see something, smuggle it in a From:github.com email<p>With the new Copilot makes PRs, I could easily imagine getting to 1145 PRs per day, of which 45 will actually make it across the line and not be filled with horseshit
评论 #44069954 未加载
AstralStormil y a 2 jours
1145 really untested changes pushed to prod per day. :)<p>No, unit tests do not count.
m3kw9il y a 2 jours
I would think they have elite testing and QA team to make that happen
评论 #44071563 未加载
ath3ndil y a environ 20 heures
I don&#x27;t know if it&#x27;s jusst me, but a company with 8000 devs having 1000 PRs per day doesn&#x27;t look impressive at all? That means...a dev is producing a PR less often than a once a week on average? That&#x27;s not only underwhelming but downright bad. Their uptime is much more impressive here, but it still doesn&#x27;t strike me as anything exceptional.<p>If you use tooling like renovate&#x2F;dependabot and run them daily over a large list of repos, you already get your 1000 PRs automatically, without humans even looking at the codebase.
nektroil y a 1 jour
nearly once per minute if in the same monorepo
revskillil y a 2 jours
Non engineers stop that from reality.
xenail y a 2 jours
404
评论 #44069467 未加载
burnt-resistoril y a 2 jours
Impact is what matters. Not PRs&#x2F;diffs or LoC. These are PHB KPIs.<p>Basically, they&#x27;re bragging about how busy their engineers are making themselves look.
评论 #44069782 未加载
userbinatoril y a 2 jours
How often and how much you change your codebase is not something to brag about.
webprofusionil y a 2 jours
Lol, yeah but a PR won&#x27;t fix that expired cert.
评论 #44070641 未加载
评论 #44070047 未加载
评论 #44070432 未加载