|
|
|
|
|
by gaius
5501 days ago
|
|
It's because it makes it harder to prove that a function does one of only two things: returns a known type, or throws and exception. In Python it's legal to have a function that can return 0 or return "hello" or nothing at all. |
|