• @brettvitaz
    link
    28
    edit-2
    1 year ago

    Only if the code base is well tested.

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

    • @mark
      link
      31 year ago

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