|
|
|
|
|
by jjjensen90
2161 days ago
|
|
Though I don't think it's perfect, languages like Go that treat errors as simply another type and you check as a return value do get closer to treating errors and success symmetrically versus an exception throwing and typing system like some other languages. |
|