Hacker News new | ask | show | jobs
by ReflectedImage 172 days 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.