Debug domino

We found a bug in some old code. And we fixed it. Then other stuff started failing. It turned out that there were some other code, using the same function, that worked because of the bug. That forced us to roll back the fix and thereby re-introduce the initial bug that weren’t as critical.

So – we had to find a way to find out which code-paths were working because of the bug so we could fix those.

Read More »