|
|
|
|
|
by blandflakes
165 days 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. |
|
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.