Comment by J_Shelby_J

7 hours ago

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

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.