Slide 4
Slide 4 text
Once you have a repro case, you want to know what code was being used to generate this value
To do that, you are going to right-click/inspect element and look at it in the browser
Then, you’re going to find something as unique as possible and grep it on your entire codebase
It’s a bit of an hit & miss process, sometimes “todo-count” will give you the right code, sometimes not