Live data from Hacker News

Viewing profile — kanu666

kanu666

HN member
Joined
Sat, Jan 05, 2019, 2:00 AM UTC
HN karma
6
Public activity
12 items

About kanu666

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #31764902

    Git staring to break at 200-300 engineers pushing into it. Scaling git would take 200 more :)

  3. 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?

  4. 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 …

  5. 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

  6. 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 …

  7. 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…

  8. 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…

  9. 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

  10. comment
    Comment #31763932

    How would you do refactoring over monorepo if you have sparse checkout?

  11. comment
  12. comment
    Comment #18829410

    Don't mix up downsides of multirepo and bad composition of your microservices