Remix.run Logo
Nursie 4 days ago

That was my first thought when reading this.

It sounds like the author doesn't understand the codebase, if you're brute-forcing bug detection by bisecting commit versions to figure out where the issue is, something's already failed. In most cases you should have logs/traces/whatever that give you the info you need to figure out exactly where the problem is.

thfuran 4 days ago | parent [-]

Every system is imperfectly understood.

Nursie 4 days ago | parent [-]

This is very true, but it's a matter of degree.