6 ms·
> Static typing doesn't have much value if there are proper unit tests Wasteful unit tests that assert your types are right don't have much value if there is a
by blandflakes 9mo ago
> Static typing doesn't have much value if there are proper unit tests
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 9mo ago"Wasteful unit tests that assert your types are right" 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.