Join Nostr
2024-09-22 18:42:38 UTC

Ryan on Nostr: Discovered a nasty data bug in prod just now in an untested code path. Only hit a few ...

Discovered a nasty data bug in prod just now in an untested code path. Only hit a few users, but still, ugh.

Lesson learned: ~90% test coverage is great, but bugs still happen in the other 10%. It may be harder to test, but do it anyway. If you shipped it then you should have put a test on it. 💍