Hacker News new | ask | show | jobs
by adamlj 4490 days ago
"This is an important lesson to learn: Mistakes can happen any time a piece of code is modified."

From http://www.daemonology.net/blog/2011-01-18-tarsnap-critical-... regarding the Tarsnap bug.

Solution: write more unit tests.

1 comments

Or use better abstractions / static analysis.