Y
Hacker News
new
|
ask
|
show
|
jobs
by
edflsafoiewq
546 days ago
The most common IME are bugs that come from some wrong conceptual understanding underpinning the code. Rewriting the code with a correct conceptual understanding automatically fixes the bugs.
1 comments
ludston
546 days ago
The classic example of this is concurrency errors or data corruption related to multiple non-atomic writes.
link