Viewing profile — kanu666
kanu666
HN member- Joined
- Sat, Jan 05, 2019, 2:00 AM UTC
- HN karma
- 6
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About kanu666
No profile information was provided.
Recent public activity
-
comment
Comment #31765025
Sorry, there is a quote from the article: "Kudos to other members of the Source Control team — Alex Sadleir, Wesley Li, Adam Murray, Matthew Chhoeu — who work on improving git perf…
-
comment
Comment #31764902
Git staring to break at 200-300 engineers pushing into it. Scaling git would take 200 more :)
-
comment
Comment #31764829
Thanks for the clarification. How many people work on Developer Productivity in total and what is the percentage from the total engineering headcount?
-
comment
Comment #31764808
Usually it is considered good proportion to start with to be 10% to work on a Developer Productivity and it should increase to 15% as company grow. But regarding source control it …
-
comment
Comment #31764564
Sure, and what next? So considering that on big projects CI/CD may take up to an hour (in one of my projects it took 4 hours) the feedback loop would be great
-
comment
Comment #31764092
Of course, you shouldn't start a project from 10 repos. But the downside is while you live in a single repo all the tooling get tuned to work with a single repo. And then there is …
-
comment
Comment #31764005
If you don't have a couple of hundreds engineers who would write a custom file system for git (Microsoft), or who would take an existing source control system and nearly fully rewr…
-
comment
Comment #31763949
But that's what those responses are all about: git doesn't scale, so don't use it if you need scale. If there are no tools that scale available, then change the approach so you don…
-
comment
Comment #31763937
But in the monorepo you almost never can do the change in a single commit as it will cause incompatibilities during gradual deployment
-
comment
Comment #31763932
How would you do refactoring over monorepo if you have sparse checkout?
- comment
-
comment
Comment #18829410
Don't mix up downsides of multirepo and bad composition of your microservices