Hacker News new | ask | show | jobs
by lirbank 127 days ago
Fair concern about reaching inside systems - it's not something to do lightly. The hooks are designed to be minimal: production code never calls them, they only activate in tests. But the core point is narrower than the thread might suggest - the article isn't about whether to use atomic updates vs locks vs SERIALIZABLE. It's about when your code has operations that could race, how do you prove your handling actually works?
1 comments

Fair enough and no disagreement there. Perhaps (for me!) the example pulled against it your core point.