logoalt Hacker News

J_Shelby_Jyesterday at 9:21 PM1 replyview on HN

I’ve been doing the least amount of unit tests possible and doing debug asserts instead.


Replies

0x3fyesterday at 11:30 PM

Normally I would put as many invariants in the types as possible, then tests cover the rest. I'm curious how you do this/what you use it for though. Would be cool if you had any examples.