Skip to main content

One doc tagged with "logic bugs"

View all tags

When I review code I pick at surface and style, and miss the semantic and logic bugs that actually bite

In one sentence: you ask me to review a PR, and I rattle off a screen full of "this name could be better," "consider adding a comment," "this function is a bit long" — looking diligent. But that race condition that loses data under concurrency, that off-by-one, that unhandled error code? I never mention them. Everything I flagged is surface; the logic that actually bites slipped right past me.