• TehPers@beehaw.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    You must trust your team’s abilities more than I trust my own. How often does your team merge bugs into main?

      • TehPers@beehaw.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I trust my team. I don’t trust my or their ability to write and merge perfect code each time. I’m not sure how we’d fix that problem aside from becoming programming gods.

        • vvv@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          My point is, having PRs desn’t result in perfect code either. They might help sometimes, maybe 10% of the time if I’m being generous, but the rest of the time they are a hindrance. The problems people tend to try and solve with them, validation and indoctrination are better solved with a good CD pipeline, and pairing sessions.