• MyNameIsRichard
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    3 months ago

    Tell me that you don’t have a test suite without telling you don’t have a test suite

    • NocturnalMorning@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      5
      ·
      3 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.

      • MyNameIsRichard
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        3 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

      • luciferofastora@lemmy.zip
        link
        fedilink
        arrow-up
        2
        ·
        3 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