(no title)
blandflakes | 2 months ago
Wasteful unit tests that assert your types are right don't have much value if there is a proper type system.
> It's called ratting yourself out.
Quit being childish.
blandflakes | 2 months ago
Wasteful unit tests that assert your types are right don't have much value if there is a proper type system.
> It's called ratting yourself out.
Quit being childish.
ReflectedImage|2 months ago
You don't test whether the types are right, you test if your code actually does the right thing. That's what's important to your customers.
The types getting tested is incidental.