Y
Hacker News
new
|
ask
|
show
|
jobs
by
segfaltnh
1014 days ago
Wait, are you implying Go doesn't have error checking? In what way? It has famously verbose error semantics.
3 comments
za3faran
1014 days ago
It's verbose yes, but also more error prone.
link
coryrc
1008 days ago
No exhaustive enum checks.
No Option type, so you can still use results of a function if it returns an error.
link
_ZeD_
1013 days ago
well...
https://github.com/search?q=%22f%2C+_+%3A%3D+%22+language%3A...
98k results...
link