Hacker News new | ask | show | jobs
by tester34 1749 days ago
Well, on the other hand there's difference between handling errors with values like:

-1, 0, 1 and other obscure things

and using proper types like

Result<T>