Comment by J_Shelby_J 7 hours ago I’ve been doing the least amount of unit tests possible and doing debug asserts instead. 1 comment J_Shelby_J Reply 0x3f 5 hours ago 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.
0x3f 5 hours ago 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.
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.