1 pointby andrewrn8 hours ago1 comment
  • PestoDiRucola3 hours ago
    1. Ruthlessly keep PRs small (use stacked PRs if needed)

    2. Very strict CI (tests, linting, if you can afford it an agent to review the code)

    3. Related to the first point, but simply refuse to review PRs over a certain number of lines of code (within reason, some PRs cannot be split into smaller ones)