Hacker News new | ask | show | jobs
by isodev 1017 days ago
Establishing a blaming culture would be quite detrimental. Bugs happen, regardless of who commits the code.

A more robust approach is to implement appropriate checks (like fuzzing, code analysis etc) that offer an opportunity to review and correct issues before they ship (and for people to learn from).

1 comments

The chromium developers do all this but this hasn't prevent this bug.
That's not a good reason to just blame a specific developer instead of having the best practice in place.
It's software, bugs happen.
Many bugs can be prevented.