If You Didn’t Fix It, It Isn’t Fixed

6 October 2022 by Phillip Johnston • Last updated 10 October 2022When debugging a problem is important that you actually take the time to confirm a problem is actually fixed. This is why it is especially helpful to – reproduce the problem locally. You can take the fix out, make sure it’s broken again, put the fix back in, and make sure it’s fixed again. You should do this a few times, as well as stress test the system with the fix in place, to make sure that the problem is actually fixed. If you cannot reproduce the problem locally, …