Hacker News new | ask | show | jobs
by errantmind 1599 days ago
I write tests only for tricky pieces of unsafe code, most of my projects are tested the old fashion way.

When an error state arises I fail gracefully and move on. The most important part in most my projects is just to keep on chugging.