• 0 Posts
  • 17 Comments
Joined 11 months ago
cake
Cake day: July 23rd, 2023

help-circle













  • It depends on how much regression testing is in place to test that old and refactored code behaviours have the same outputs, and how much budget there is for writing this tests.

    For old financial systems for example, the answer is often to repeat the code again, as there’s likely to be little tests to confirm existing behaviour and writing tests around very complex business domains is prohibitively expensive.