Y
Hacker News
new
|
ask
|
show
|
jobs
by
high_na_euv
508 days ago
It is crazy that error handling is one of the most important things, yet even modern languages suck at it.
In my opinion everything should return type like MayFail<T>, Result<T>