|
|
|
|
|
by CaptainNegative
631 days ago
|
|
I often find myself mixing Nones into lists containing built-in types when the former would indicate some kind of error. I could wrap them all into a nullable-style type, but why shouldn't the interpreter implicitly handle that for me? |
|