• brettvitaz@programming.dev
    link
    fedilink
    arrow-up
    29
    ·
    edit-2
    10 months ago

    Only if the code base is well tested.

    Edit: always add tests when you change code that doesn’t have tests.

    • mark@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      10 months ago

      And also try to make tests that don’t have to change if you refactor in future (although there are some exceptions)