• @NocturnalMorning
    link
    -33 months ago

    Why are programmers so arrogant? They do have unit tests, and a dedicated test team. Refactoring can and does introduce bugs. It’s a fact.

    • @[email protected]
      link
      fedilink
      33 months ago

      Frankly, if your test suite isn’t catching 95% or more of the bugs, there’s a problem with the test suite and if uat aren’t catching 95% or more of the remainder, there’s a problem with uat

    • @[email protected]
      link
      fedilink
      23 months ago

      How solid is the unit test coverage? What about regression tests? If you get new bugs creeping in all the time, your bug-catchers aren’t doing their job

      • @NocturnalMorning
        link
        2
        edit-2
        3 months ago

        Yeah, I’ve said that before. I don’t think they have enough regression tests, and unit tests.

        • @[email protected]
          link
          fedilink
          23 months ago

          I did a sting writing tests for a team that previously had none. Fun times, the things that were uncovered that day…