Remix.run Logo
J_Shelby_J 2 hours ago

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

0x3f 6 minutes ago | parent [-]

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.