Hacker News new | ask | show | jobs
by kazinator 761 days ago
If you make something work which previously threw an error, it affects programs in which that error happens but is handled (whether by fluke or design).

One obvious example is a regression test case which confirms that the error is generated; that test now fails and must be removed.

It could sneak into an application.

They are just willing to crack those eggs to make their omelette.

1 comments

That’s not breakage. It’s a canary test that should help you make the decision to remove your workaround code and related tests.