|
|
|
|
|
by dragonwriter
4451 days ago
|
|
> Why though? I'm of the opinion that the error should be handled at the place that produces the first NULL/None. Producing NULL (or whatever the languages equivalent is) isn't an error -- if there was an error, it would be throwing an exception, not returning NULL. The idea of "do this chain of operations propagating nulls encountered at any point" is reasonably useful. |
|