|
|
|
|
|
by randomdata
1016 days ago
|
|
> In statically typed systems, this wouldn't even compile. Still, it's not like you're going to miss that a function doesn't return something expected. Even in statically typed languages you are going to have tests to validate that much. > I'm pretty sure I'd see multiple cases where the function would return different types depending on a code path. That's another problem entirely. Although even then it would be pretty hard for an errant type to not blow up your tests. Again, not tests specifically meant to check that your types or sane, just the same tests you would write in a statically typed language. |
|