Allow nullable primitive types, so they can be used as return type
Opened this issue · 0 comments
alelom commented
Description:
As discussed in the Error Management Workshop (notes here).
Nullable primitive types would allow for an additional mechanism for better error handling. Instead of returning a boolean or an empty data in case a method fails, we could return a null.