|
|
|
|
|
by nnnnico
829 days ago
|
|
I agree with this. I prefer explicit optional/null return types, otherwise the possibility of an error still exists but is now hidden to the caller. Langs with syntax for concise optional chaining and such fix this problem imo |
|